Color names in this palette
CSS code for this palette
/* CSS */
.green-spruce {
color: #5b9f7e;
}
.lime-lizard {
color: #a3d55d;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.bonfire {
color: #f77c59;
}
.spirit-warrior {
color: #d04f3e;
}
/* CSS Variables */
:root {
--green-spruce:#5b9f7e;
--lime-lizard:#a3d55d;
--smooth-as-corn-silk:#f4e2b3;
--bonfire:#f77c59;
--spirit-warrior:#d04f3e;
}