Color names in this palette
CSS code for this palette
/* CSS */
.beauty-bush {
color: #eab7b3;
}
.bussell-lace {
color: #e8a29c;
}
.orange-clay {
color: #e7a17e;
}
.fallow {
color: #c29b4c;
}
.splinter {
color: #a46d3d;
}
/* CSS Variables */
:root {
--beauty-bush:#eab7b3;
--bussell-lace:#e8a29c;
--orange-clay:#e7a17e;
--fallow:#c29b4c;
--splinter:#a46d3d;
}