Color names in this palette
CSS code for this palette
/* CSS */
.sundance {
color: #f9c86c;
}
.golden-cream {
color: #f7b769;
}
.kikuchiba-gold {
color: #e29e4b;
}
.bitter-orange {
color: #d57a2a;
}
.grieving-daylily {
color: #c95c1d;
}
/* CSS Variables */
:root {
--sundance:#f9c86c;
--golden-cream:#f7b769;
--kikuchiba-gold:#e29e4b;
--bitter-orange:#d57a2a;
--grieving-daylily:#c95c1d;
}