Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.jelly-slug {
color: #d96b4a;
}
.troll-slayer-orange {
color: #f2a350;
}
.go-bananas {
color: #f6ca51;
}
.no-gmb-yellow {
color: #f9e885;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--jelly-slug:#d96b4a;
--troll-slayer-orange:#f2a350;
--go-bananas:#f6ca51;
--no-gmb-yellow:#f9e885;
}