Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a7e2e1;
}
.blue-karma {
color: #bbe5e8;
}
.pale-seafoam {
color: #c3e6e9;
}
.let-it-snow {
color: #d7f2f4;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a7e2e1;
--blue-karma:#bbe5e8;
--pale-seafoam:#c3e6e9;
--let-it-snow:#d7f2f4;
--distant-horizon:#f1f8f8;
}