Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e3a5b4;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.ivory-tassel {
color: #f7e9d9;
}
.earth-happiness {
color: #e2f0c7;
}
.lattice-work {
color: #b7e1c5;
}
/* CSS Variables */
:root {
--iced-vovo:#e3a5b4;
--sullivan-s-heart:#f5c7d1;
--ivory-tassel:#f7e9d9;
--earth-happiness:#e2f0c7;
--lattice-work:#b7e1c5;
}