Color names in this palette
CSS code for this palette
/* CSS */
.artificial-turf {
color: #3cbe5c;
}
.vegetation {
color: #5ed48f;
}
.teal-deer {
color: #92e3b1;
}
.yellow-petal {
color: #f0e84c;
}
.spanish-yellow {
color: #f9b310;
}
/* CSS Variables */
:root {
--artificial-turf:#3cbe5c;
--vegetation:#5ed48f;
--teal-deer:#92e3b1;
--yellow-petal:#f0e84c;
--spanish-yellow:#f9b310;
}