Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mandarin {
color: #d1603d;
}
.boredom-buster {
color: #ff8e4d;
}
.softsun {
color: #f4c843;
}
.first-colors-of-spring {
color: #e0e64c;
}
.noodles {
color: #f9e3b4;
}
/* CSS Variables */
:root {
--sweet-mandarin:#d1603d;
--boredom-buster:#ff8e4d;
--softsun:#f4c843;
--first-colors-of-spring:#e0e64c;
--noodles:#f9e3b4;
}