Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a65e9e;
}
.lemon-essence {
color: #e0af4d;
}
.ginger-peach {
color: #f8d3a0;
}
.chefchaouen-blue {
color: #a6d2e8;
}
.crisp-lettuce {
color: #4c9a8a;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a65e9e;
--lemon-essence:#e0af4d;
--ginger-peach:#f8d3a0;
--chefchaouen-blue:#a6d2e8;
--crisp-lettuce:#4c9a8a;
}