Color names in this palette
CSS code for this palette
/* CSS */
.french-vanilla {
color: #f0e2a8;
}
.jacobean-lace {
color: #e3ccb0;
}
.sandpaper {
color: #d6b1a4;
}
.cardboard {
color: #c0996d;
}
.toffee-glaze {
color: #a76449;
}
/* CSS Variables */
:root {
--french-vanilla:#f0e2a8;
--jacobean-lace:#e3ccb0;
--sandpaper:#d6b1a4;
--cardboard:#c0996d;
--toffee-glaze:#a76449;
}