Color names in this palette
CSS code for this palette
/* CSS */
.starship-trooper {
color: #1d9a6a;
}
.mint {
color: #3ebb89;
}
.vegetation {
color: #5dda97;
}
.patrice {
color: #8de2a3;
}
.spring-slumber-green {
color: #b5f2b8;
}
/* CSS Variables */
:root {
--starship-trooper:#1d9a6a;
--mint:#3ebb89;
--vegetation:#5dda97;
--patrice:#8de2a3;
--spring-slumber-green:#b5f2b8;
}