Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f8e5b4;
}
.forsythia-blossom {
color: #f9d66c;
}
.capital-yellow {
color: #e9b949;
}
.saffron-robe {
color: #d5a14d;
}
.sweet-mandarin {
color: #d1603d;
}
/* CSS Variables */
:root {
--noodles:#f8e5b4;
--forsythia-blossom:#f9d66c;
--capital-yellow:#e9b949;
--saffron-robe:#d5a14d;
--sweet-mandarin:#d1603d;
}