Color names in this palette
CSS code for this palette
/* CSS */
.mineral-yellow {
color: #d19d3d;
}
.river-of-gold {
color: #e4b75e;
}
.rapunzel {
color: #f4d780;
}
.mystic-tulip {
color: #f6b7a2;
}
.gladiator-leather {
color: #a85e3e;
}
/* CSS Variables */
:root {
--mineral-yellow:#d19d3d;
--river-of-gold:#e4b75e;
--rapunzel:#f4d780;
--mystic-tulip:#f6b7a2;
--gladiator-leather:#a85e3e;
}