Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e0a3af;
}
.new-clay {
color: #f2c2b5;
}
.banana-br-l-e {
color: #f7e9bb;
}
.hint-of-mint {
color: #e1f0d6;
}
.lolly-ice {
color: #a5d9d2;
}
/* CSS Variables */
:root {
--iced-vovo:#e0a3af;
--new-clay:#f2c2b5;
--banana-br-l-e:#f7e9bb;
--hint-of-mint:#e1f0d6;
--lolly-ice:#a5d9d2;
}