Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.bitter-dandelion {
color: #6bbf3b;
}
.bright-lettuce {
color: #8cd760;
}
.fairway-mist {
color: #c8e8b5;
}
.cinque-foil {
color: #fdff8a;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--bitter-dandelion:#6bbf3b;
--bright-lettuce:#8cd760;
--fairway-mist:#c8e8b5;
--cinque-foil:#fdff8a;
}