Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d2a7ca;
}
.eau-de-rose {
color: #e1b7d2;
}
.rosy-nectar {
color: #f3c3e6;
}
.solaria {
color: #f6d78e;
}
.young-crab {
color: #f79c9c;
}
/* CSS Variables */
:root {
--berry-popsicle:#d2a7ca;
--eau-de-rose:#e1b7d2;
--rosy-nectar:#f3c3e6;
--solaria:#f6d78e;
--young-crab:#f79c9c;
}