Color names in this palette
CSS code for this palette
/* CSS */
.plum-dust {
color: #a84d94;
}
.purple-cheeks {
color: #b87aa1;
}
.prettiest-pink {
color: #e3a1c6;
}
.rosy-nectar {
color: #f6c1e2;
}
.lavender-candy {
color: #ffb3d6;
}
/* CSS Variables */
:root {
--plum-dust:#a84d94;
--purple-cheeks:#b87aa1;
--prettiest-pink:#e3a1c6;
--rosy-nectar:#f6c1e2;
--lavender-candy:#ffb3d6;
}