Color names in this palette
CSS code for this palette
/* CSS */
.potter-s-clay {
color: #a84b24;
}
.espresso-crema {
color: #d59b44;
}
.bird-s-egg-green {
color: #a7c8b9;
}
.wickford-bay {
color: #4d6a8f;
}
.cleopatra-s-gown {
color: #7e4d8f;
}
/* CSS Variables */
:root {
--potter-s-clay:#a84b24;
--espresso-crema:#d59b44;
--bird-s-egg-green:#a7c8b9;
--wickford-bay:#4d6a8f;
--cleopatra-s-gown:#7e4d8f;
}