Color names in this palette
CSS code for this palette
/* CSS */
.cold-brew-tonic {
color: #c75d3d;
}
.aged-gouda {
color: #d69843;
}
.capital-yellow {
color: #e2b846;
}
.clay-bake {
color: #e0c78f;
}
.bone-white {
color: #f1e1b1;
}
/* CSS Variables */
:root {
--cold-brew-tonic:#c75d3d;
--aged-gouda:#d69843;
--capital-yellow:#e2b846;
--clay-bake:#e0c78f;
--bone-white:#f1e1b1;
}