Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d8a6c8;
}
.sweetheart {
color: #f4c3d6;
}
.gentle-glow {
color: #f5e3b8;
}
.iced-avocado {
color: #c7eab8;
}
.ocean-cruise {
color: #9ed4e0;
}
/* CSS Variables */
:root {
--berry-popsicle:#d8a6c8;
--sweetheart:#f4c3d6;
--gentle-glow:#f5e3b8;
--iced-avocado:#c7eab8;
--ocean-cruise:#9ed4e0;
}