Color names in this palette
CSS code for this palette
/* CSS */
.brushwood {
color: #8c5b3b;
}
.best-beige {
color: #c5b59b;
}
.buttery-croissant {
color: #f2df9c;
}
.quilt-gold {
color: #e8c468;
}
.duffel-bag {
color: #494d3d;
}
/* CSS Variables */
:root {
--brushwood:#8c5b3b;
--best-beige:#c5b59b;
--buttery-croissant:#f2df9c;
--quilt-gold:#e8c468;
--duffel-bag:#494d3d;
}