Color names in this palette
CSS code for this palette
/* CSS */
.parfait-pink {
color: #e6b3c2;
}
.pink-fit {
color: #f2a6b1;
}
.palace-rose {
color: #f8c9d5;
}
.lavender-candy {
color: #f6b1d6;
}
.sunset-pink {
color: #f9d7e6;
}
/* CSS Variables */
:root {
--parfait-pink:#e6b3c2;
--pink-fit:#f2a6b1;
--palace-rose:#f8c9d5;
--lavender-candy:#f6b1d6;
--sunset-pink:#f9d7e6;
}