Color names in this palette
CSS code for this palette
/* CSS */
.emerald-cory {
color: #5abf6e;
}
.cool-aloe {
color: #a2d99b;
}
.snow-ballet {
color: #dff1e8;
}
.whitest-white {
color: #f9f9f6;
}
.cumulus {
color: #f3f3e7;
}
/* CSS Variables */
:root {
--emerald-cory:#5abf6e;
--cool-aloe:#a2d99b;
--snow-ballet:#dff1e8;
--whitest-white:#f9f9f6;
--cumulus:#f3f3e7;
}