Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a758a0;
}
.eau-de-rose {
color: #e2b6d3;
}
.placebo-purple {
color: #f2e5ff;
}
.aqua-wish {
color: #a1e3d2;
}
.sundown {
color: #f5c99e;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a758a0;
--eau-de-rose:#e2b6d3;
--placebo-purple:#f2e5ff;
--aqua-wish:#a1e3d2;
--sundown:#f5c99e;
}