Color names in this palette
CSS code for this palette
/* CSS */
.resplendent-growth {
color: #3c8b3c;
}
.savoy {
color: #87b04a;
}
.solid-gold {
color: #b0d14d;
}
.lazy-daisy {
color: #f4e79f;
}
.sweet-honey {
color: #d1a25c;
}
/* CSS Variables */
:root {
--resplendent-growth:#3c8b3c;
--savoy:#87b04a;
--solid-gold:#b0d14d;
--lazy-daisy:#f4e79f;
--sweet-honey:#d1a25c;
}