Color names in this palette
CSS code for this palette
/* CSS */
.nettle-green {
color: #2d4b2a;
}
.melbourne {
color: #4e7e4e;
}
.rally-green {
color: #80bf7d;
}
.weekend-gardener {
color: #a2e2a4;
}
.aquarelle-mint {
color: #daf8d8;
}
/* CSS Variables */
:root {
--nettle-green:#2d4b2a;
--melbourne:#4e7e4e;
--rally-green:#80bf7d;
--weekend-gardener:#a2e2a4;
--aquarelle-mint:#daf8d8;
}