Color names in this palette
CSS code for this palette
/* CSS */
.jubilant-meadow {
color: #7fba2c;
}
.young-green-onion {
color: #a8d64c;
}
.flame-seal {
color: #f3e658;
}
.beach-party {
color: #fbd05b;
}
.24-carrot {
color: #e96d25;
}
/* CSS Variables */
:root {
--jubilant-meadow:#7fba2c;
--young-green-onion:#a8d64c;
--flame-seal:#f3e658;
--beach-party:#fbd05b;
--24-carrot:#e96d25;
}