Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mustard {
color: #d5b96d;
}
.facemark {
color: #f6d088;
}
.n-renji-orange {
color: #ffc34d;
}
.guava {
color: #ff9d2e;
}
.opulent-orange {
color: #f25e40;
}
/* CSS Variables */
:root {
--sweet-mustard:#d5b96d;
--facemark:#f6d088;
--n-renji-orange:#ffc34d;
--guava:#ff9d2e;
--opulent-orange:#f25e40;
}