Color names in this palette
CSS code for this palette
/* CSS */
.siesta-dreams {
color: #c9a37e;
}
.bruin-spice {
color: #d3b99c;
}
.comfy-beige {
color: #e2d2b6;
}
.paper-daisy {
color: #f0e4c7;
}
.yellow-avarice {
color: #f5f7d9;
}
/* CSS Variables */
:root {
--siesta-dreams:#c9a37e;
--bruin-spice:#d3b99c;
--comfy-beige:#e2d2b6;
--paper-daisy:#f0e4c7;
--yellow-avarice:#f5f7d9;
}