Color names in this palette
CSS code for this palette
/* CSS */
.mineral-beige {
color: #d8c69d;
}
.woven {
color: #e0d29f;
}
.breath-of-spring {
color: #e9e1a5;
}
.river-of-gold {
color: #e4b75e;
}
.mineral-yellow {
color: #d59b3f;
}
/* CSS Variables */
:root {
--mineral-beige:#d8c69d;
--woven:#e0d29f;
--breath-of-spring:#e9e1a5;
--river-of-gold:#e4b75e;
--mineral-yellow:#d59b3f;
}