Color names in this palette
CSS code for this palette
/* CSS */
.fervent-green {
color: #4ba04b;
}
.dentist-green {
color: #90d090;
}
.fairest-jade {
color: #d0e2d0;
}
.lighthouse {
color: #f3f6f3;
}
.flower-stem {
color: #b2d7b2;
}
/* CSS Variables */
:root {
--fervent-green:#4ba04b;
--dentist-green:#90d090;
--fairest-jade:#d0e2d0;
--lighthouse:#f3f6f3;
--flower-stem:#b2d7b2;
}