Color names in this palette
CSS code for this palette
/* CSS */
.rokush-green {
color: #3e7e4d;
}
.french-market {
color: #a1c4a4;
}
.frosty-mint {
color: #e4f6f4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--rokush-green:#3e7e4d;
--french-market:#a1c4a4;
--frosty-mint:#e4f6f4;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}