Color names in this palette
CSS code for this palette
/* CSS */
.xanthic {
color: #f9e31a;
}
.xanthous {
color: #f0b32d;
}
.mandarin-rind {
color: #f0903d;
}
.oranzhewyi-orange {
color: #f06338;
}
.red-clown {
color: #d93b36;
}
/* CSS Variables */
:root {
--xanthic:#f9e31a;
--xanthous:#f0b32d;
--mandarin-rind:#f0903d;
--oranzhewyi-orange:#f06338;
--red-clown:#d93b36;
}