Color names in this palette
CSS code for this palette
/* CSS */
.xanthous {
color: #f3b530;
}
.butterfield {
color: #f5c25b;
}
.midday {
color: #f8d98b;
}
.pumpkin-hue {
color: #f6a579;
}
.flint-corn-red {
color: #d6613d;
}
/* CSS Variables */
:root {
--xanthous:#f3b530;
--butterfield:#f5c25b;
--midday:#f8d98b;
--pumpkin-hue:#f6a579;
--flint-corn-red:#d6613d;
}