Color names in this palette
CSS code for this palette
/* CSS */
.glazed-ginger {
color: #a3592e;
}
.tassel {
color: #c4894a;
}
.tan {
color: #d5b26d;
}
.jacobean-lace {
color: #e3ccb0;
}
.vanilla-custard {
color: #f4e0be;
}
/* CSS Variables */
:root {
--glazed-ginger:#a3592e;
--tassel:#c4894a;
--tan:#d5b26d;
--jacobean-lace:#e3ccb0;
--vanilla-custard:#f4e0be;
}