Color names in this palette
CSS code for this palette
/* CSS */
.yellow-wax-pepper {
color: #f0e6b7;
}
.new-violet {
color: #d7c3df;
}
.light-blue-glint {
color: #a8d3e1;
}
.peach-bud {
color: #f9b1ae;
}
.peach-damask {
color: #f5c6a8;
}
/* CSS Variables */
:root {
--yellow-wax-pepper:#f0e6b7;
--new-violet:#d7c3df;
--light-blue-glint:#a8d3e1;
--peach-bud:#f9b1ae;
--peach-damask:#f5c6a8;
}