Color names in this palette
CSS code for this palette
/* CSS */
.caramel-macchiato {
color: #c48d4a;
}
.farm-straw {
color: #d8b24b;
}
.citrus-zest {
color: #f1c65b;
}
.cymophane-yellow {
color: #f4e5a4;
}
.heirloom-lace {
color: #f5e7d6;
}
/* CSS Variables */
:root {
--caramel-macchiato:#c48d4a;
--farm-straw:#d8b24b;
--citrus-zest:#f1c65b;
--cymophane-yellow:#f4e5a4;
--heirloom-lace:#f5e7d6;
}