Color names in this palette
CSS code for this palette
/* CSS */
.fervent-green {
color: #499c49;
}
.snow-pea {
color: #6ecf6e;
}
.grape-green {
color: #9fe59f;
}
.peasful-mint {
color: #c2f5c2;
}
.frosted-plains {
color: #e5ffe5;
}
/* CSS Variables */
:root {
--fervent-green:#499c49;
--snow-pea:#6ecf6e;
--grape-green:#9fe59f;
--peasful-mint:#c2f5c2;
--frosted-plains:#e5ffe5;
}