Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.after-burn {
color: #ff8e61;
}
.desert-dessert {
color: #ffb86b;
}
.zinnia-gold {
color: #ffd780;
}
.south-shore-sun {
color: #ffda9e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--after-burn:#ff8e61;
--desert-dessert:#ffb86b;
--zinnia-gold:#ffd780;
--south-shore-sun:#ffda9e;
}