Color names in this palette
CSS code for this palette
/* CSS */
.saffron-mango {
color: #f9be58;
}
.sundance {
color: #f8c76d;
}
.popcorn {
color: #f4d07b;
}
.sprouted {
color: #f2d48c;
}
.double-cream {
color: #f1d7a2;
}
/* CSS Variables */
:root {
--saffron-mango:#f9be58;
--sundance:#f8c76d;
--popcorn:#f4d07b;
--sprouted:#f2d48c;
--double-cream:#f1d7a2;
}