Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e3a5b4;
}
.childlike {
color: #e7c1cf;
}
.almond-kiss {
color: #f7e2d4;
}
.neighborly-peach {
color: #f1c2a2;
}
.calabrese {
color: #f7a9a6;
}
/* CSS Variables */
:root {
--iced-vovo:#e3a5b4;
--childlike:#e7c1cf;
--almond-kiss:#f7e2d4;
--neighborly-peach:#f1c2a2;
--calabrese:#f7a9a6;
}