Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f6c04c;
}
.tropical-light {
color: #a3d86e;
}
.longing-for-nature {
color: #4f9c5d;
}
.mythical-forest {
color: #3d8a67;
}
.galapagos-green {
color: #2c6d5a;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f6c04c;
--tropical-light:#a3d86e;
--longing-for-nature:#4f9c5d;
--mythical-forest:#3d8a67;
--galapagos-green:#2c6d5a;
}