Color names in this palette
CSS code for this palette
/* CSS */
.burlap {
color: #8c7454;
}
.gold-rush {
color: #c4a778;
}
.toasted-coconut {
color: #e8c3a1;
}
.melon-pink {
color: #efd5c3;
}
.delicate-lace {
color: #f3e6d3;
}
/* CSS Variables */
:root {
--burlap:#8c7454;
--gold-rush:#c4a778;
--toasted-coconut:#e8c3a1;
--melon-pink:#efd5c3;
--delicate-lace:#f3e6d3;
}