Color names in this palette
CSS code for this palette
/* CSS */
.anemone {
color: #8c2c4a;
}
.artful-pink {
color: #d06c83;
}
.pink-fit {
color: #f2a6b1;
}
.azalea-pink {
color: #f9c3c4;
}
.athena-pink {
color: #e9b4c5;
}
/* CSS Variables */
:root {
--anemone:#8c2c4a;
--artful-pink:#d06c83;
--pink-fit:#f2a6b1;
--azalea-pink:#f9c3c4;
--athena-pink:#e9b4c5;
}