Color names in this palette
CSS code for this palette
/* CSS */
.parsnip {
color: #d5c29a;
}
.forgotten-gold {
color: #c7b79e;
}
.upper-crust {
color: #a57887;
}
.taste-of-berry {
color: #c8a3b3;
}
.antique-wicker-basket {
color: #f2d4a1;
}
/* CSS Variables */
:root {
--parsnip:#d5c29a;
--forgotten-gold:#c7b79e;
--upper-crust:#a57887;
--taste-of-berry:#c8a3b3;
--antique-wicker-basket:#f2d4a1;
}