Color names in this palette
CSS code for this palette
/* CSS */
.dirty-blonde {
color: #dec196;
}
.jacobean-lace {
color: #e3ccb0;
}
.china-doll {
color: #f2e4d4;
}
.satin-latour {
color: #f9daae;
}
.honey-tea {
color: #dabe8b;
}
/* CSS Variables */
:root {
--dirty-blonde:#dec196;
--jacobean-lace:#e3ccb0;
--china-doll:#f2e4d4;
--satin-latour:#f9daae;
--honey-tea:#dabe8b;
}