Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.berry-popsicle {
color: #d7a2d0;
}
.lavender-sweater {
color: #c07cbf;
}
.aged-purple {
color: #a44c9d;
}
.grape-juice {
color: #7b2d6e;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--berry-popsicle:#d7a2d0;
--lavender-sweater:#c07cbf;
--aged-purple:#a44c9d;
--grape-juice:#7b2d6e;
}