Color names in this palette
CSS code for this palette
/* CSS */
.leek {
color: #9cd98c;
}
.arboretum {
color: #75b89e;
}
.blue-grotto {
color: #4da8c7;
}
.sunshine-mellow {
color: #f1c40e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--leek:#9cd98c;
--arboretum:#75b89e;
--blue-grotto:#4da8c7;
--sunshine-mellow:#f1c40e;
--dodgeroll-gold:#f39c12;
}