Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #aad99b;
}
.leafy {
color: #6a9a6a;
}
.melbourne {
color: #4c7b4c;
}
.verde-garrafa {
color: #3a5f3d;
}
.chestnut-green {
color: #2a4b2a;
}
/* CSS Variables */
:root {
--cool-aloe:#aad99b;
--leafy:#6a9a6a;
--melbourne:#4c7b4c;
--verde-garrafa:#3a5f3d;
--chestnut-green:#2a4b2a;
}