Color names in this palette
CSS code for this palette
/* CSS */
.brushwood {
color: #8c5b3b;
}
.anzac {
color: #c68d3f;
}
.glowing-lantern {
color: #f6b937;
}
.energy-yellow {
color: #f7d850;
}
.culpeo {
color: #e4a03a;
}
/* CSS Variables */
:root {
--brushwood:#8c5b3b;
--anzac:#c68d3f;
--glowing-lantern:#f6b937;
--energy-yellow:#f7d850;
--culpeo:#e4a03a;
}