Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.skylar {
color: #6bccb9;
}
.wake-me-up {
color: #f8d359;
}
.floral-leaf {
color: #ffb84d;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--skylar:#6bccb9;
--wake-me-up:#f8d359;
--floral-leaf:#ffb84d;
--coral-red:#ff3d3d;
}