Color names in this palette
CSS code for this palette
/* CSS */
.gulfweed {
color: #2d9a44;
}
.verdant-oasis {
color: #5ecf6d;
}
.overtone {
color: #a8e6b7;
}
.hollandaise {
color: #ffec3d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--gulfweed:#2d9a44;
--verdant-oasis:#5ecf6d;
--overtone:#a8e6b7;
--hollandaise:#ffec3d;
--creamy-sweet-corn:#f9c54e;
}