Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e1a3c6;
}
.manga-pink {
color: #f2bad5;
}
.rhodonite {
color: #f3b4c5;
}
.rosy-nectar {
color: #f5c2e2;
}
.soft-lavender {
color: #f8e2f6;
}
/* CSS Variables */
:root {
--prettiest-pink:#e1a3c6;
--manga-pink:#f2bad5;
--rhodonite:#f3b4c5;
--rosy-nectar:#f5c2e2;
--soft-lavender:#f8e2f6;
}