Color names in this palette
CSS code for this palette
/* CSS */
.lush-grass {
color: #4c8c4a;
}
.be-spontaneous {
color: #a2c95e;
}
.bananarama {
color: #e2d760;
}
.orange-pospsicle {
color: #f4a20b;
}
.field-poppy {
color: #d66e3d;
}
/* CSS Variables */
:root {
--lush-grass:#4c8c4a;
--be-spontaneous:#a2c95e;
--bananarama:#e2d760;
--orange-pospsicle:#f4a20b;
--field-poppy:#d66e3d;
}