Color names in this palette
CSS code for this palette
/* CSS */
.mizukaze-green {
color: #1a3d2a;
}
.como {
color: #4b7c5c;
}
.lime-lizard {
color: #a3d65c;
}
.first-day-of-summer {
color: #f2e89c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--mizukaze-green:#1a3d2a;
--como:#4b7c5c;
--lime-lizard:#a3d65c;
--first-day-of-summer:#f2e89c;
--creamy-sweet-corn:#f9c54e;
}