Color names in this palette
CSS code for this palette
/* CSS */
.paprika {
color: #7a2a3b;
}
.shine-baby-shine {
color: #a35c6f;
}
.can-can {
color: #d18999;
}
.athena-pink {
color: #e9b4c2;
}
.april-blush {
color: #f4d2d8;
}
/* CSS Variables */
:root {
--paprika:#7a2a3b;
--shine-baby-shine:#a35c6f;
--can-can:#d18999;
--athena-pink:#e9b4c2;
--april-blush:#f4d2d8;
}