Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.berry-popsicle {
color: #d5a4d0;
}
.la-la-love {
color: #c392b7;
}
.violet-femmes {
color: #a76c9e;
}
.razzmic-berry {
color: #8b4b83;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--berry-popsicle:#d5a4d0;
--la-la-love:#c392b7;
--violet-femmes:#a76c9e;
--razzmic-berry:#8b4b83;
}