Color names in this palette
CSS code for this palette
/* CSS */
.esmeralda {
color: #40bf77;
}
.creamy-sweet-corn {
color: #f7c04a;
}
.orange-soda {
color: #f25b40;
}
.flash-of-orange {
color: #ffaa00;
}
.sea-kale {
color: #2d9f9b;
}
/* CSS Variables */
:root {
--esmeralda:#40bf77;
--creamy-sweet-corn:#f7c04a;
--orange-soda:#f25b40;
--flash-of-orange:#ffaa00;
--sea-kale:#2d9f9b;
}