Color names in this palette
CSS code for this palette
/* CSS */
.aurora-green {
color: #6fdc8c;
}
.mint-cocktail-green {
color: #b3e0b4;
}
.applemint-soda {
color: #f2f6e9;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--aurora-green:#6fdc8c;
--mint-cocktail-green:#b3e0b4;
--applemint-soda:#f2f6e9;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}