Color names in this palette
CSS code for this palette
/* CSS */
.igniting {
color: #f3d69b;
}
.biltmore-buff {
color: #e3cca1;
}
.cashmere {
color: #d0b29a;
}
.artifact {
color: #c89f8d;
}
.sizzling-hot {
color: #a66959;
}
/* CSS Variables */
:root {
--igniting:#f3d69b;
--biltmore-buff:#e3cca1;
--cashmere:#d0b29a;
--artifact:#c89f8d;
--sizzling-hot:#a66959;
}