Color names in this palette
CSS code for this palette
/* CSS */
.mr-glass {
color: #c0d2f2;
}
.king-of-waves {
color: #c6dde6;
}
.ice-fishing {
color: #deecf7;
}
.kodama-white {
color: #e8f4fd;
}
.icy-landscape {
color: #c7e7fa;
}
/* CSS Variables */
:root {
--mr-glass:#c0d2f2;
--king-of-waves:#c6dde6;
--ice-fishing:#deecf7;
--kodama-white:#e8f4fd;
--icy-landscape:#c7e7fa;
}