Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.french-vanilla {
color: #f1e1a7;
}
.biltmore-buff {
color: #e3cca1;
}
.bespoke {
color: #d4b8a0;
}
.chimera-brown {
color: #c79d7a;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--french-vanilla:#f1e1a7;
--biltmore-buff:#e3cca1;
--bespoke:#d4b8a0;
--chimera-brown:#c79d7a;
}