Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e8b0c4;
}
.april-blush {
color: #f6d0d9;
}
.bride-s-blush {
color: #f9e3e1;
}
.antique-cameo {
color: #f1b7a2;
}
.sweet-60 {
color: #f3a0a8;
}
/* CSS Variables */
:root {
--athena-pink:#e8b0c4;
--april-blush:#f6d0d9;
--bride-s-blush:#f9e3e1;
--antique-cameo:#f1b7a2;
--sweet-60:#f3a0a8;
}