Color names in this palette
CSS code for this palette
/* CSS */
.classic-green {
color: #3cb94b;
}
.aurora-green {
color: #6fdc8b;
}
.ultra-mint {
color: #9df1b6;
}
.fresh-grown {
color: #f0f9c8;
}
.pastel-yellow {
color: #fbff8f;
}
/* CSS Variables */
:root {
--classic-green:#3cb94b;
--aurora-green:#6fdc8b;
--ultra-mint:#9df1b6;
--fresh-grown:#f0f9c8;
--pastel-yellow:#fbff8f;
}