Color names in this palette
CSS code for this palette
/* CSS */
.overbaked {
color: #5d2e1d;
}
.brushwood {
color: #8c5b3b;
}
.wildflower-honey {
color: #c79a5c;
}
.sanctuary {
color: #d5c9a5;
}
.focus {
color: #e5e1d1;
}
/* CSS Variables */
:root {
--overbaked:#5d2e1d;
--brushwood:#8c5b3b;
--wildflower-honey:#c79a5c;
--sanctuary:#d5c9a5;
--focus:#e5e1d1;
}