Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb54d;
}
.soviet-gold {
color: #ffd900;
}
.light-blue-glint {
color: #a8d3e1;
}
.sundown {
color: #f5c99e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb54d;
--soviet-gold:#ffd900;
--light-blue-glint:#a8d3e1;
--sundown:#f5c99e;
}