Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e1a3b4;
}
.shrimp-toast {
color: #f7c5a1;
}
.gold-sand {
color: #f9e4a9;
}
.butterfly {
color: #c9e2a2;
}
.blue-glint {
color: #8fc8d6;
}
/* CSS Variables */
:root {
--iced-vovo:#e1a3b4;
--shrimp-toast:#f7c5a1;
--gold-sand:#f9e4a9;
--butterfly:#c9e2a2;
--blue-glint:#8fc8d6;
}