Color names in this palette
CSS code for this palette
/* CSS */
.mom-s-pancake {
color: #f6c451;
}
.butter-cream {
color: #f1b341;
}
.nuclear-mango {
color: #ed9c2c;
}
.sumac-dyed {
color: #e68d19;
}
.sports-fan {
color: #e0841a;
}
/* CSS Variables */
:root {
--mom-s-pancake:#f6c451;
--butter-cream:#f1b341;
--nuclear-mango:#ed9c2c;
--sumac-dyed:#e68d19;
--sports-fan:#e0841a;
}