Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f5c2d3;
}
.fulgrim-pink {
color: #f7b1d1;
}
.cotton-candy-aesthetic {
color: #f7b6e0;
}
.rose-mallow {
color: #f1a7c8;
}
.wewak {
color: #f28c96;
}
/* CSS Variables */
:root {
--cherry-blossom:#f5c2d3;
--fulgrim-pink:#f7b1d1;
--cotton-candy-aesthetic:#f7b6e0;
--rose-mallow:#f1a7c8;
--wewak:#f28c96;
}