Color names in this palette
CSS code for this palette
/* CSS */
.phthalo-green {
color: #0b3c25;
}
.derbyshire {
color: #1f5b38;
}
.melbourne {
color: #4b7c4b;
}
.dusty-green {
color: #78a970;
}
.feijoa {
color: #a5d680;
}
/* CSS Variables */
:root {
--phthalo-green:#0b3c25;
--derbyshire:#1f5b38;
--melbourne:#4b7c4b;
--dusty-green:#78a970;
--feijoa:#a5d680;
}