Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.prism-pink {
color: #f2a1c3;
}
.unripe-strawberry {
color: #f78da7;
}
.out-of-fashion {
color: #f66f8f;
}
.ponceau {
color: #f55b75;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b7e2;
--prism-pink:#f2a1c3;
--unripe-strawberry:#f78da7;
--out-of-fashion:#f66f8f;
--ponceau:#f55b75;
}