Color names in this palette
CSS code for this palette
/* CSS */
.quartz-pink {
color: #ed979d;
}
.jaguar-rose {
color: #f1b1b4;
}
.light-pink-tone {
color: #f9d7d9;
}
.musical-mist {
color: #f9e8e6;
}
.sweetheart {
color: #f1c1d6;
}
/* CSS Variables */
:root {
--quartz-pink:#ed979d;
--jaguar-rose:#f1b1b4;
--light-pink-tone:#f9d7d9;
--musical-mist:#f9e8e6;
--sweetheart:#f1c1d6;
}