Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.day-at-the-zoo {
color: #ffa070;
}
.desert-dessert {
color: #ffb86b;
}
.exploding-star {
color: #ffd83d;
}
.sp-tzle-yellow {
color: #ffed8a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--day-at-the-zoo:#ffa070;
--desert-dessert:#ffb86b;
--exploding-star:#ffd83d;
--sp-tzle-yellow:#ffed8a;
}