Color names in this palette
CSS code for this palette
/* CSS */
.soft-butter {
color: #f6e1b6;
}
.butter-cream {
color: #f4b343;
}
.nuclear-mango {
color: #ef982e;
}
.coral-orange {
color: #e76d4b;
}
.langoustine {
color: #d94f20;
}
/* CSS Variables */
:root {
--soft-butter:#f6e1b6;
--butter-cream:#f4b343;
--nuclear-mango:#ef982e;
--coral-orange:#e76d4b;
--langoustine:#d94f20;
}