Color names in this palette
CSS code for this palette
/* CSS */
.byzantine-copper {
color: #a86d3e;
}
.golden-grass {
color: #d9a630;
}
.giallo {
color: #f2d43a;
}
.bird-s-egg-green {
color: #a6c9b5;
}
.gumball {
color: #e7b6d3;
}
/* CSS Variables */
:root {
--byzantine-copper:#a86d3e;
--golden-grass:#d9a630;
--giallo:#f2d43a;
--bird-s-egg-green:#a6c9b5;
--gumball:#e7b6d3;
}