Color names in this palette
CSS code for this palette
/* CSS */
.desert-spice {
color: #c86b2d;
}
.fuel-yellow {
color: #cf8f3a;
}
.high-honey {
color: #e0b94d;
}
.sorreno-lemon {
color: #f1d05b;
}
.white-elf {
color: #f7c27e;
}
/* CSS Variables */
:root {
--desert-spice:#c86b2d;
--fuel-yellow:#cf8f3a;
--high-honey:#e0b94d;
--sorreno-lemon:#f1d05b;
--white-elf:#f7c27e;
}