Color names in this palette
CSS code for this palette
/* CSS */
.australium-gold {
color: #eab239;
}
.cotton-candy-grape {
color: #dac54e;
}
.coriander-seed {
color: #bfaf6e;
}
.golden-oak {
color: #a86b2e;
}
.gingerbread {
color: #8f4c2d;
}
/* CSS Variables */
:root {
--australium-gold:#eab239;
--cotton-candy-grape:#dac54e;
--coriander-seed:#bfaf6e;
--golden-oak:#a86b2e;
--gingerbread:#8f4c2d;
}