Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-tea {
color: #f6e8c1;
}
.solar-power {
color: #f2b036;
}
.saffron-gold {
color: #f08c00;
}
.accent-orange {
color: #e66f00;
}
.dark-orange {
color: #c74c00;
}
/* CSS Variables */
:root {
--dandelion-tea:#f6e8c1;
--solar-power:#f2b036;
--saffron-gold:#f08c00;
--accent-orange:#e66f00;
--dark-orange:#c74c00;
}