Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c1d8;
}
.prettiest-pink {
color: #e0a3c4;
}
.high-maintenance {
color: #d78eb1;
}
.silk-ribbon {
color: #c7708d;
}
.kissed-by-a-zombies {
color: #b05466;
}
/* CSS Variables */
:root {
--sweetheart:#f1c1d8;
--prettiest-pink:#e0a3c4;
--high-maintenance:#d78eb1;
--silk-ribbon:#c7708d;
--kissed-by-a-zombies:#b05466;
}