Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.manga-pink {
color: #f8b4db;
}
.rose-mallow {
color: #f3a5c6;
}
.mystic-tulip {
color: #f6b7a2;
}
.venetian-rose {
color: #f0c7e3;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b7e2;
--manga-pink:#f8b4db;
--rose-mallow:#f3a5c6;
--mystic-tulip:#f6b7a2;
--venetian-rose:#f0c7e3;
}