Color names in this palette
CSS code for this palette
/* CSS */
.citrus-blast {
color: #e27b3c;
}
.welcoming-wasp {
color: #f0a800;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.lagoon-rock {
color: #44bec1;
}
/* CSS Variables */
:root {
--citrus-blast:#e27b3c;
--welcoming-wasp:#f0a800;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--lagoon-rock:#44bec1;
}