Color names in this palette
CSS code for this palette
/* CSS */
.classic-ivory {
color: #f4e0c3;
}
.neighborly-peach {
color: #f1c0a2;
}
.desert-mist {
color: #e0b185;
}
.golden-aura {
color: #d19c66;
}
.butterscotch-glaze {
color: #c4834a;
}
/* CSS Variables */
:root {
--classic-ivory:#f4e0c3;
--neighborly-peach:#f1c0a2;
--desert-mist:#e0b185;
--golden-aura:#d19c66;
--butterscotch-glaze:#c4834a;
}