Color names in this palette
CSS code for this palette
/* CSS */
.asparagus-yellow {
color: #dac88b;
}
.italian-straw {
color: #e6d3a2;
}
.sauerkraut {
color: #f0e1b7;
}
.noodles {
color: #f8e1b4;
}
.peach-damask {
color: #f6c5a7;
}
/* CSS Variables */
:root {
--asparagus-yellow:#dac88b;
--italian-straw:#e6d3a2;
--sauerkraut:#f0e1b7;
--noodles:#f8e1b4;
--peach-damask:#f6c5a7;
}