Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e6b2c1;
}
.pinque {
color: #f0a3b1;
}
.sullivan-s-heart {
color: #f6c6cf;
}
.blush-tint {
color: #f4e1e4;
}
.rhodonite {
color: #f3b4c4;
}
/* CSS Variables */
:root {
--athena-pink:#e6b2c1;
--pinque:#f0a3b1;
--sullivan-s-heart:#f6c6cf;
--blush-tint:#f4e1e4;
--rhodonite:#f3b4c4;
}