Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.golden-beryl-yellow {
color: #d6a800;
}
.cobra-leather {
color: #b38c00;
}
.bronze {
color: #a87b00;
}
.spear-shaft {
color: #8a5a00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--golden-beryl-yellow:#d6a800;
--cobra-leather:#b38c00;
--bronze:#a87b00;
--spear-shaft:#8a5a00;
}