Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.sweetheart {
color: #f4c3d6;
}
.poetic-princess {
color: #f9e1e5;
}
.pink-fit {
color: #f6a7b6;
}
.cranberry-splash {
color: #d9546a;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--sweetheart:#f4c3d6;
--poetic-princess:#f9e1e5;
--pink-fit:#f6a7b6;
--cranberry-splash:#d9546a;
}