Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c9;
}
.esprit-peach {
color: #ffc09e;
}
.honey-glaze {
color: #ffda75;
}
.american-yellow {
color: #f5b400;
}
.plum-dust {
color: #a84d8b;
}
/* CSS Variables */
:root {
--chantilly:#eab8c9;
--esprit-peach:#ffc09e;
--honey-glaze:#ffda75;
--american-yellow:#f5b400;
--plum-dust:#a84d8b;
}