Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.va-va-voom {
color: #e6b84c;
}
.nonpareil-apple {
color: #c2a75b;
}
.peanut-brittle {
color: #a6893a;
}
.wood-garlic {
color: #7d702b;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--va-va-voom:#e6b84c;
--nonpareil-apple:#c2a75b;
--peanut-brittle:#a6893a;
--wood-garlic:#7d702b;
}