Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c7;
}
.peach-damask {
color: #f6c4a7;
}
.honey-butter {
color: #f4d39a;
}
.icy-lemonade {
color: #f2e8b1;
}
.lattice-work {
color: #bae3c3;
}
/* CSS Variables */
:root {
--chantilly:#eab8c7;
--peach-damask:#f6c4a7;
--honey-butter:#f4d39a;
--icy-lemonade:#f2e8b1;
--lattice-work:#bae3c3;
}