Color names in this palette
CSS code for this palette
/* CSS */
.tiger-moth-orange {
color: #d85f0e;
}
.brass-mesh {
color: #e2a84b;
}
.aspen-yellow {
color: #f7e0a1;
}
.lime-lizard {
color: #a3d55d;
}
.beer-garden {
color: #3c9d2f;
}
/* CSS Variables */
:root {
--tiger-moth-orange:#d85f0e;
--brass-mesh:#e2a84b;
--aspen-yellow:#f7e0a1;
--lime-lizard:#a3d55d;
--beer-garden:#3c9d2f;
}