Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.saffron-mango {
color: #f8c154;
}
.coco-lemon-tart {
color: #f1da88;
}
.mental-floss {
color: #e0b3c2;
}
.h-o {
color: #bfe0e8;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b7e2;
--saffron-mango:#f8c154;
--coco-lemon-tart:#f1da88;
--mental-floss:#e0b3c2;
--h-o:#bfe0e8;
}