Color names in this palette
CSS code for this palette
/* CSS */
.falling-leaves {
color: #a65b3a;
}
.whiskey-sour {
color: #d68f5c;
}
.citrus-sachet {
color: #f1c6a7;
}
.peach-of-mind {
color: #fde1b4;
}
.martica {
color: #f5e6b7;
}
/* CSS Variables */
:root {
--falling-leaves:#a65b3a;
--whiskey-sour:#d68f5c;
--citrus-sachet:#f1c6a7;
--peach-of-mind:#fde1b4;
--martica:#f5e6b7;
}