Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.back-to-school {
color: #c3893c;
}
.birch-strain {
color: #e0b65c;
}
.sprouted {
color: #f2d48c;
}
.pineapple-wine {
color: #dabf6c;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--back-to-school:#c3893c;
--birch-strain:#e0b65c;
--sprouted:#f2d48c;
--pineapple-wine:#dabf6c;
}