Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.pink-fit {
color: #f2a6b1;
}
.loveland {
color: #e76e8d;
}
.rosy-cheeks {
color: #d94a6b;
}
.warrior-queen {
color: #a52c4a;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--pink-fit:#f2a6b1;
--loveland:#e76e8d;
--rosy-cheeks:#d94a6b;
--warrior-queen:#a52c4a;
}