Color names in this palette
CSS code for this palette
/* CSS */
.ground-ginger {
color: #d8c99d;
}
.jacobean-lace {
color: #e3ccb0;
}
.hampton {
color: #e6d6a2;
}
.oyster-bisque {
color: #f2e4b1;
}
.pekin-chicken {
color: #f4d0a9;
}
/* CSS Variables */
:root {
--ground-ginger:#d8c99d;
--jacobean-lace:#e3ccb0;
--hampton:#e6d6a2;
--oyster-bisque:#f2e4b1;
--pekin-chicken:#f4d0a9;
}