Color names in this palette
CSS code for this palette
/* CSS */
.oregano-green {
color: #4d9f3c;
}
.bright-lettuce {
color: #90d468;
}
.field-day {
color: #c6e9a5;
}
.venetian-yellow {
color: #f4e49f;
}
.strawberry-avalanche {
color: #f54d3d;
}
/* CSS Variables */
:root {
--oregano-green:#4d9f3c;
--bright-lettuce:#90d468;
--field-day:#c6e9a5;
--venetian-yellow:#f4e49f;
--strawberry-avalanche:#f54d3d;
}