Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f9c3d3;
}
.harmonious-rose {
color: #f7a1b7;
}
.shark-bait {
color: #f36d9a;
}
.highlighter-pink {
color: #e65b7b;
}
.geranium {
color: #d94a5b;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f9c3d3;
--harmonious-rose:#f7a1b7;
--shark-bait:#f36d9a;
--highlighter-pink:#e65b7b;
--geranium:#d94a5b;
}