Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f3c4d0;
}
.sweet-60 {
color: #f59eaf;
}
.flower-blossom-pink {
color: #f07f89;
}
.highlighter-pink {
color: #e65b72;
}
.demonic-kiss {
color: #d22d48;
}
/* CSS Variables */
:root {
--in-the-pink:#f3c4d0;
--sweet-60:#f59eaf;
--flower-blossom-pink:#f07f89;
--highlighter-pink:#e65b72;
--demonic-kiss:#d22d48;
}