Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.pink-eraser {
color: #f39f9b;
}
.out-of-fashion {
color: #f26e8d;
}
.cranberry-splash {
color: #d95465;
}
.pink-jazz {
color: #a46a8c;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--pink-eraser:#f39f9b;
--out-of-fashion:#f26e8d;
--cranberry-splash:#d95465;
--pink-jazz:#a46a8c;
}