Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f6c6d3;
}
.sweet-lilac {
color: #eab8d1;
}
.garden-party {
color: #e3a5b6;
}
.beetroot-rice {
color: #c78f9b;
}
.pink-jazz {
color: #a46a8c;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f6c6d3;
--sweet-lilac:#eab8d1;
--garden-party:#e3a5b6;
--beetroot-rice:#c78f9b;
--pink-jazz:#a46a8c;
}