Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b8df;
}
.rose-mallow {
color: #f1a7c6;
}
.tickle-me-pink {
color: #ff8ab3;
}
.mango-tango {
color: #ff7e3d;
}
.banana-biscuit {
color: #ffde7a;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b8df;
--rose-mallow:#f1a7c6;
--tickle-me-pink:#ff8ab3;
--mango-tango:#ff7e3d;
--banana-biscuit:#ffde7a;
}