Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d75c28;
}
.ninjin-orange {
color: #e7a96e;
}
.maximum-yellow-red {
color: #f1b74b;
}
.luxurious {
color: #d6b65c;
}
.rose-of-sharon {
color: #a94c2d;
}
/* CSS Variables */
:root {
--obstinate-orange:#d75c28;
--ninjin-orange:#e7a96e;
--maximum-yellow-red:#f1b74b;
--luxurious:#d6b65c;
--rose-of-sharon:#a94c2d;
}