Color names in this palette
CSS code for this palette
/* CSS */
.break-the-ice {
color: #b2dff0;
}
.skylark {
color: #c1e6f0;
}
.light-shimmer {
color: #a3d4f0;
}
.blizzard-blue {
color: #a3e1f0;
}
.icy-wind {
color: #d1f0f0;
}
/* CSS Variables */
:root {
--break-the-ice:#b2dff0;
--skylark:#c1e6f0;
--light-shimmer:#a3d4f0;
--blizzard-blue:#a3e1f0;
--icy-wind:#d1f0f0;
}