Color names in this palette
CSS code for this palette
/* CSS */
.banana-mania {
color: #f8e8af;
}
.citrus-sachet {
color: #f1c7a7;
}
.love-at-first-sight {
color: #e6a2b4;
}
.raspberry-smoothie {
color: #d19fb3;
}
.wisteria {
color: #a57cbb;
}
/* CSS Variables */
:root {
--banana-mania:#f8e8af;
--citrus-sachet:#f1c7a7;
--love-at-first-sight:#e6a2b4;
--raspberry-smoothie:#d19fb3;
--wisteria:#a57cbb;
}