Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d2a7cd;
}
.sweetheart {
color: #f4c3d6;
}
.banana-br-l-e {
color: #f8e8b9;
}
.mango-margarita {
color: #f6b951;
}
.capocollo {
color: #d9564a;
}
/* CSS Variables */
:root {
--berry-popsicle:#d2a7cd;
--sweetheart:#f4c3d6;
--banana-br-l-e:#f8e8b9;
--mango-margarita:#f6b951;
--capocollo:#d9564a;
}