Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.fresh-pineapple {
color: #f6d44c;
}
.lazy-daisy {
color: #f8e8a0;
}
.valley-of-fire {
color: #ff8b4d;
}
.grapefruit {
color: #ff5a57;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--fresh-pineapple:#f6d44c;
--lazy-daisy:#f8e8a0;
--valley-of-fire:#ff8b4d;
--grapefruit:#ff5a57;
}