Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a9d9a0;
}
.peahen {
color: #6d9c8b;
}
.fir-blue {
color: #4b817a;
}
.moonlit-forest {
color: #3c6d6c;
}
.delta-green {
color: #2a4b4a;
}
/* CSS Variables */
:root {
--cool-aloe:#a9d9a0;
--peahen:#6d9c8b;
--fir-blue:#4b817a;
--moonlit-forest:#3c6d6c;
--delta-green:#2a4b4a;
}