Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b7e6;
}
.prism-pink {
color: #f3a0c1;
}
.sachet-pink {
color: #f58eb6;
}
.crazy-pink {
color: #f56ba9;
}
.french-fuchsia {
color: #f53d93;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b7e6;
--prism-pink:#f3a0c1;
--sachet-pink:#f58eb6;
--crazy-pink:#f56ba9;
--french-fuchsia:#f53d93;
}