Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.energy-orange {
color: #ff8f33;
}
.floral-leaf {
color: #ffb84d;
}
.soviet-gold {
color: #ffd900;
}
.dithered-sky {
color: #c2dfff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--energy-orange:#ff8f33;
--floral-leaf:#ffb84d;
--soviet-gold:#ffd900;
--dithered-sky:#c2dfff;
}