Color names in this palette
CSS code for this palette
/* CSS */
.saturn {
color: #f9e4be;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.wiener-schnitzel {
color: #f09c00;
}
.accent-orange {
color: #e66b00;
}
.mellow-mango {
color: #d14200;
}
/* CSS Variables */
:root {
--saturn:#f9e4be;
--solar-plexus-chakra:#f1c84b;
--wiener-schnitzel:#f09c00;
--accent-orange:#e66b00;
--mellow-mango:#d14200;
}