Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f4b4df;
}
.prettiest-pink {
color: #e8a6c7;
}
.cyclamen {
color: #d48cbc;
}
.radiant-orchid {
color: #a85d9a;
}
.amaranth-purple {
color: #6b3f88;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f4b4df;
--prettiest-pink:#e8a6c7;
--cyclamen:#d48cbc;
--radiant-orchid:#a85d9a;
--amaranth-purple:#6b3f88;
}