Color names in this palette
CSS code for this palette
/* CSS */
.oilseed-crops {
color: #c0c40e;
}
.emerald-clear-green {
color: #508d2a;
}
.elfin-games {
color: #a1d595;
}
.optimistic-yellow {
color: #f4e1a4;
}
.pinkish {
color: #d76a7a;
}
/* CSS Variables */
:root {
--oilseed-crops:#c0c40e;
--emerald-clear-green:#508d2a;
--elfin-games:#a1d595;
--optimistic-yellow:#f4e1a4;
--pinkish:#d76a7a;
}