Color names in this palette
CSS code for this palette
/* CSS */
.potting-soil {
color: #5a3e30;
}
.childhood-crush {
color: #e76d65;
}
.golden-apricot {
color: #d9a74a;
}
.bokara-grey {
color: #2c2926;
}
.potter-s-clay {
color: #a74b2a;
}
/* CSS Variables */
:root {
--potting-soil:#5a3e30;
--childhood-crush:#e76d65;
--golden-apricot:#d9a74a;
--bokara-grey:#2c2926;
--potter-s-clay:#a74b2a;
}