Color names in this palette
CSS code for this palette
/* CSS */
.sunset-pink {
color: #f7d4e6;
}
.waddles-pink {
color: #f1a7ca;
}
.pink-carnation {
color: #e6799c;
}
.rosy-cheeks {
color: #db4d6e;
}
.calypso-berry {
color: #c43b4b;
}
/* CSS Variables */
:root {
--sunset-pink:#f7d4e6;
--waddles-pink:#f1a7ca;
--pink-carnation:#e6799c;
--rosy-cheeks:#db4d6e;
--calypso-berry:#c43b4b;
}