Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e0a4b3;
}
.chic-peach {
color: #f0d0c7;
}
.cottonseed {
color: #f5e6c7;
}
.god-given {
color: #f9f3e1;
}
.peach-damask {
color: #f9c6a4;
}
/* CSS Variables */
:root {
--iced-vovo:#e0a4b3;
--chic-peach:#f0d0c7;
--cottonseed:#f5e6c7;
--god-given:#f9f3e1;
--peach-damask:#f9c6a4;
}