Color names in this palette
CSS code for this palette
/* CSS */
.bird-s-egg-green {
color: #a7c8b9;
}
.relaxation-green {
color: #a4d19f;
}
.frozen-moss-green {
color: #aee0ae;
}
.weak-green {
color: #e0f1df;
}
.security {
color: #d7e3c4;
}
/* CSS Variables */
:root {
--bird-s-egg-green:#a7c8b9;
--relaxation-green:#a4d19f;
--frozen-moss-green:#aee0ae;
--weak-green:#e0f1df;
--security:#d7e3c4;
}