Color names in this palette
CSS code for this palette
/* CSS */
.vivid-spring {
color: #8bcb5d;
}
.tropical-light {
color: #a3d86e;
}
.badass-grass {
color: #b4e05c;
}
.buttery-croissant {
color: #f3e49b;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--vivid-spring:#8bcb5d;
--tropical-light:#a3d86e;
--badass-grass:#b4e05c;
--buttery-croissant:#f3e49b;
--radiant-sun:#f3ca4f;
}