Color names in this palette
CSS code for this palette
/* CSS */
.bracken {
color: #5b3e24;
}
.gladiator-leather {
color: #aa5b3c;
}
.ninjin-orange {
color: #e2a86e;
}
.tequila {
color: #f4d1a4;
}
.pipitschah {
color: #f5e5c2;
}
/* CSS Variables */
:root {
--bracken:#5b3e24;
--gladiator-leather:#aa5b3c;
--ninjin-orange:#e2a86e;
--tequila:#f4d1a4;
--pipitschah:#f5e5c2;
}