Color names in this palette
CSS code for this palette
/* CSS */
.magenta-haze {
color: #a04072;
}
.nova-pink {
color: #d04e9c;
}
.pearly-pink {
color: #f099c7;
}
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.cherry-pearl {
color: #f9e6f1;
}
/* CSS Variables */
:root {
--magenta-haze:#a04072;
--nova-pink:#d04e9c;
--pearly-pink:#f099c7;
--cotton-candy-aesthetic:#f5b7e2;
--cherry-pearl:#f9e6f1;
}