Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f8c4d3;
}
.yellow-shimmer {
color: #f8e1c9;
}
.soft-butter {
color: #f6e1b6;
}
.lattice-work {
color: #b7e1c0;
}
.french-pass {
color: #a4d3e0;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f8c4d3;
--yellow-shimmer:#f8e1c9;
--soft-butter:#f6e1b6;
--lattice-work:#b7e1c0;
--french-pass:#a4d3e0;
}