Color names in this palette
CSS code for this palette
/* CSS */
.fervent-green {
color: #4ba04b;
}
.snow-pea {
color: #6ecf6e;
}
.granny-smith-apple {
color: #98e69b;
}
.chayote {
color: #c4e8c4;
}
.peaceful-rain {
color: #f1f8f1;
}
/* CSS Variables */
:root {
--fervent-green:#4ba04b;
--snow-pea:#6ecf6e;
--granny-smith-apple:#98e69b;
--chayote:#c4e8c4;
--peaceful-rain:#f1f8f1;
}