Color names in this palette
CSS code for this palette
/* CSS */
.fuegan-orange {
color: #c87d4c;
}
.rich-sorrel {
color: #a87c3e;
}
.axe-handle {
color: #6b492e;
}
.aimiru-brown {
color: #2e3a2c;
}
.mirage-lake {
color: #4c908f;
}
/* CSS Variables */
:root {
--fuegan-orange:#c87d4c;
--rich-sorrel:#a87c3e;
--axe-handle:#6b492e;
--aimiru-brown:#2e3a2c;
--mirage-lake:#4c908f;
}