Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.bonfire-night {
color: #d86b41;
}
.orange-pospsicle {
color: #f0a30a;
}
.aspen-yellow {
color: #f4e09f;
}
.dirty-green {
color: #6d7d2b;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--bonfire-night:#d86b41;
--orange-pospsicle:#f0a30a;
--aspen-yellow:#f4e09f;
--dirty-green:#6d7d2b;
}