Color names in this palette
CSS code for this palette
/* CSS */
.brown-sugar-glaze {
color: #d1794d;
}
.soft-cheddar {
color: #e6ba5b;
}
.mocha-dandelion {
color: #f2d86e;
}
.french-market {
color: #a6c69f;
}
.derby-green {
color: #5b9a89;
}
/* CSS Variables */
:root {
--brown-sugar-glaze:#d1794d;
--soft-cheddar:#e6ba5b;
--mocha-dandelion:#f2d86e;
--french-market:#a6c69f;
--derby-green:#5b9a89;
}