Color names in this palette
CSS code for this palette
/* CSS */
.lemonwood-place {
color: #f9f2d7;
}
.james-blonde {
color: #f1e4b6;
}
.biltmore-buff {
color: #e2c8a2;
}
.roasted-almond {
color: #d3b49c;
}
.mohair-mauve {
color: #c1a59f;
}
/* CSS Variables */
:root {
--lemonwood-place:#f9f2d7;
--james-blonde:#f1e4b6;
--biltmore-buff:#e2c8a2;
--roasted-almond:#d3b49c;
--mohair-mauve:#c1a59f;
}