Color names in this palette
CSS code for this palette
/* CSS */
.sm-n-sky {
color: #80dbb7;
}
.botanical-tint {
color: #a7e2d5;
}
.summer-house {
color: #c6f1e0;
}
.anti-flash-white {
color: #f0f5f5;
}
.ice {
color: #d6fffb;
}
/* CSS Variables */
:root {
--sm-n-sky:#80dbb7;
--botanical-tint:#a7e2d5;
--summer-house:#c6f1e0;
--anti-flash-white:#f0f5f5;
--ice:#d6fffb;
}