Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.rose-mallow {
color: #f1a7c7;
}
.out-of-fashion {
color: #f26e8d;
}
.fuchsia-felicity {
color: #f14b6c;
}
.pink-punch {
color: #d24b6d;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--rose-mallow:#f1a7c7;
--out-of-fashion:#f26e8d;
--fuchsia-felicity:#f14b6c;
--pink-punch:#d24b6d;
}