Color names in this palette
CSS code for this palette
/* CSS */
.iguana-green {
color: #6fbe73;
}
.samphire-green {
color: #4cae60;
}
.paradise-of-greenery {
color: #3b8c4b;
}
.gorgeous-green {
color: #2d7b3e;
}
.swampland {
color: #1f6532;
}
/* CSS Variables */
:root {
--iguana-green:#6fbe73;
--samphire-green:#4cae60;
--paradise-of-greenery:#3b8c4b;
--gorgeous-green:#2d7b3e;
--swampland:#1f6532;
}