Color names in this palette
CSS code for this palette
/* CSS */
.mineral-yellow {
color: #d19b3d;
}
.saffron {
color: #f3c530;
}
.blended-fruit {
color: #f9e1a4;
}
.poppy-glow {
color: #f28a4a;
}
.bison {
color: #6d4f3c;
}
/* CSS Variables */
:root {
--mineral-yellow:#d19b3d;
--saffron:#f3c530;
--blended-fruit:#f9e1a4;
--poppy-glow:#f28a4a;
--bison:#6d4f3c;
}