Color names in this palette
CSS code for this palette
/* CSS */
.dulce-de-leche {
color: #d57e1a;
}
.golden-hour {
color: #f5b656;
}
.cornsilk-yellow {
color: #f3c66d;
}
.lime-lizard {
color: #a3d55d;
}
.resplendent-growth {
color: #3e8b3c;
}
/* CSS Variables */
:root {
--dulce-de-leche:#d57e1a;
--golden-hour:#f5b656;
--cornsilk-yellow:#f3c66d;
--lime-lizard:#a3d55d;
--resplendent-growth:#3e8b3c;
}