Color names in this palette
CSS code for this palette
/* CSS */
.vandermint {
color: #a7e0e6;
}
.break-the-ice {
color: #b1e1ec;
}
.tinted-ice {
color: #d0f4f6;
}
.everlasting-ice {
color: #f5faf9;
}
.chefchaouen-blue {
color: #a1d3e8;
}
/* CSS Variables */
:root {
--vandermint:#a7e0e6;
--break-the-ice:#b1e1ec;
--tinted-ice:#d0f4f6;
--everlasting-ice:#f5faf9;
--chefchaouen-blue:#a1d3e8;
}