Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.lovely-euphoric-delight {
color: #fff0ff;
}
.cotton-candy-aesthetic {
color: #f3b4e0;
}
.rosy-nectar {
color: #f2c5e6;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--black:#000000;
--lovely-euphoric-delight:#fff0ff;
--cotton-candy-aesthetic:#f3b4e0;
--rosy-nectar:#f2c5e6;
--white:#ffffff;
}