Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.just-a-tease {
color: #f9d4d2;
}
.precious-pink {
color: #f4b5b4;
}
.rosy-cheeks {
color: #d7506e;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sullivan-s-heart:#f5c7d1;
--just-a-tease:#f9d4d2;
--precious-pink:#f4b5b4;
--rosy-cheeks:#d7506e;
}