Color names in this palette
CSS code for this palette
/* CSS */
.verdant-oasis {
color: #5abf6b;
}
.grape-green {
color: #9fe59f;
}
.buttery-croissant {
color: #f7e09c;
}
.radiant-yellow {
color: #f6a123;
}
.sohi-red {
color: #e15c37;
}
/* CSS Variables */
:root {
--verdant-oasis:#5abf6b;
--grape-green:#9fe59f;
--buttery-croissant:#f7e09c;
--radiant-yellow:#f6a123;
--sohi-red:#e15c37;
}