Color names in this palette
CSS code for this palette
/* CSS */
.chanterelle {
color: #d9a520;
}
.mineral-yellow {
color: #d09939;
}
.river-of-gold {
color: #e4b75e;
}
.sunrise {
color: #f0c17a;
}
.blended-fruit {
color: #f9e1a4;
}
/* CSS Variables */
:root {
--chanterelle:#d9a520;
--mineral-yellow:#d09939;
--river-of-gold:#e4b75e;
--sunrise:#f0c17a;
--blended-fruit:#f9e1a4;
}