Color names in this palette
CSS code for this palette
/* CSS */
.chanterelle {
color: #d9a31c;
}
.solar-power {
color: #f4b734;
}
.deep-fried-sun-rays {
color: #f5c75b;
}
.calla {
color: #f2e1b5;
}
.glazed-carrot {
color: #e86a2c;
}
/* CSS Variables */
:root {
--chanterelle:#d9a31c;
--solar-power:#f4b734;
--deep-fried-sun-rays:#f5c75b;
--calla:#f2e1b5;
--glazed-carrot:#e86a2c;
}