Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a2e2ec;
}
.early-forget-me-not {
color: #b9e4f3;
}
.icy-landscape {
color: #c6e8f6;
}
.m-white {
color: #f4f8fb;
}
.terrace-pool {
color: #a2d6e2;
}
/* CSS Variables */
:root {
--blizzard-blue:#a2e2ec;
--early-forget-me-not:#b9e4f3;
--icy-landscape:#c6e8f6;
--m-white:#f4f8fb;
--terrace-pool:#a2d6e2;
}