Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.sun-baked-earth {
color: #a3655c;
}
.bespoke {
color: #d4b8a0;
}
.woven-raffia {
color: #f0e1c1;
}
.barely-butter {
color: #f9e9c3;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--sun-baked-earth:#a3655c;
--bespoke:#d4b8a0;
--woven-raffia:#f0e1c1;
--barely-butter:#f9e9c3;
}