Color names in this palette
CSS code for this palette
/* CSS */
.indian-maize {
color: #e6c44c;
}
.tiki-torch {
color: #bfa03b;
}
.aged-antics {
color: #8c6c31;
}
.burned-brown {
color: #6f4c3e;
}
.dobunezumi-brown {
color: #4b3b3a;
}
/* CSS Variables */
:root {
--indian-maize:#e6c44c;
--tiki-torch:#bfa03b;
--aged-antics:#8c6c31;
--burned-brown:#6f4c3e;
--dobunezumi-brown:#4b3b3a;
}