Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mandarin {
color: #d55b39;
}
.honey-wax {
color: #f9a824;
}
.lazy-daisy {
color: #f7e7a1;
}
.fairy-tale-green {
color: #8aca58;
}
.zenith {
color: #497b9c;
}
/* CSS Variables */
:root {
--sweet-mandarin:#d55b39;
--honey-wax:#f9a824;
--lazy-daisy:#f7e7a1;
--fairy-tale-green:#8aca58;
--zenith:#497b9c;
}