Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.flash-in-the-pan {
color: #ff997a;
}
.desert-sunrise {
color: #ffb68f;
}
.brite-gold {
color: #ffdf8f;
}
.sparkler {
color: #ffee99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--flash-in-the-pan:#ff997a;
--desert-sunrise:#ffb68f;
--brite-gold:#ffdf8f;
--sparkler:#ffee99;
}