Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.exploding-star {
color: #ffd83d;
}
.green-trance {
color: #a4d8a2;
}
.salt-lake {
color: #6fc7d3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--exploding-star:#ffd83d;
--green-trance:#a4d8a2;
--salt-lake:#6fc7d3;
}