Color names in this palette
CSS code for this palette
/* CSS */
.tractor-red {
color: #ff0f37;
}
.stadium-lawn {
color: #9eff66;
}
.caribbean-green {
color: #00cca3;
}
.sunflower {
color: #ffc414;
}
.pelati {
color: #ff312e;
}
/* CSS Variables */
:root {
--tractor-red:#ff0f37;
--stadium-lawn:#9eff66;
--caribbean-green:#00cca3;
--sunflower:#ffc414;
--pelati:#ff312e;
}