Color names in this palette
CSS code for this palette
/* CSS */
.mint-cocktail-green {
color: #b3e5b3;
}
.green-trance {
color: #a4d6a4;
}
.greek-garden {
color: #8bcb8b;
}
.dublin {
color: #6db76c;
}
.fervent-green {
color: #4c9b4b;
}
/* CSS Variables */
:root {
--mint-cocktail-green:#b3e5b3;
--green-trance:#a4d6a4;
--greek-garden:#8bcb8b;
--dublin:#6db76c;
--fervent-green:#4c9b4b;
}