Color names in this palette
CSS code for this palette
/* CSS */
.paradise-of-greenery {
color: #3b8c4a;
}
.emerald-cory {
color: #5abf6e;
}
.grape-green {
color: #a7e8a1;
}
.invigorating {
color: #f2e9b5;
}
.sun-orange {
color: #f27826;
}
/* CSS Variables */
:root {
--paradise-of-greenery:#3b8c4a;
--emerald-cory:#5abf6e;
--grape-green:#a7e8a1;
--invigorating:#f2e9b5;
--sun-orange:#f27826;
}