Color names in this palette
CSS code for this palette
/* CSS */
.cosmetic-red {
color: #a25d7c;
}
.pink-nectar {
color: #d6a9b7;
}
.athena-pink {
color: #e8b0c4;
}
.sparkling-pink {
color: #f4d2e6;
}
.arrowhead-white {
color: #f9e7ec;
}
/* CSS Variables */
:root {
--cosmetic-red:#a25d7c;
--pink-nectar:#d6a9b7;
--athena-pink:#e8b0c4;
--sparkling-pink:#f4d2e6;
--arrowhead-white:#f9e7ec;
}