Color names in this palette
CSS code for this palette
/* CSS */
.falling-leaves {
color: #a65b3a;
}
.whiskey-sour {
color: #d18f5c;
}
.citrus-sachet {
color: #f1c6a7;
}
.butter-creme {
color: #fde3ba;
}
.dante-peak {
color: #b2d7d4;
}
/* CSS Variables */
:root {
--falling-leaves:#a65b3a;
--whiskey-sour:#d18f5c;
--citrus-sachet:#f1c6a7;
--butter-creme:#fde3ba;
--dante-peak:#b2d7d4;
}