Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e1a8b3;
}
.first-peach {
color: #f4c8c8;
}
.milk-glass {
color: #f9f7f1;
}
.marble-dust {
color: #f2e5ca;
}
.porcini {
color: #d7b088;
}
/* CSS Variables */
:root {
--iced-vovo:#e1a8b3;
--first-peach:#f4c8c8;
--milk-glass:#f9f7f1;
--marble-dust:#f2e5ca;
--porcini:#d7b088;
}