Color names in this palette
CSS code for this palette
/* CSS */
.double-spanish-white {
color: #d1c3a3;
}
.champagne-cocktail {
color: #e4d6af;
}
.icy-lemonade {
color: #f2e9b1;
}
.milky-maize {
color: #f8d9a0;
}
.sunburst {
color: #f2b67d;
}
/* CSS Variables */
:root {
--double-spanish-white:#d1c3a3;
--champagne-cocktail:#e4d6af;
--icy-lemonade:#f2e9b1;
--milky-maize:#f8d9a0;
--sunburst:#f2b67d;
}