Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.safety-yellow {
color: #f0d400;
}
.lazy-daisy {
color: #f6e8a2;
}
.cherry-blossom-pink {
color: #ffb8c6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--safety-yellow:#f0d400;
--lazy-daisy:#f6e8a2;
--cherry-blossom-pink:#ffb8c6;
--grapefruit-pulp:#ff6e61;
}