Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.exploding-star {
color: #ffd83d;
}
.crystal-green {
color: #a5d97d;
}
.flounce {
color: #4c8c94;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--exploding-star:#ffd83d;
--crystal-green:#a5d97d;
--flounce:#4c8c94;
}