Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd2df;
}
.break-the-ice {
color: #b2e0f0;
}
.coastal-breeze {
color: #e1f6f9;
}
.white {
color: #ffffff;
}
.light-mint {
color: #b7fbbe;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd2df;
--break-the-ice:#b2e0f0;
--coastal-breeze:#e1f6f9;
--white:#ffffff;
--light-mint:#b7fbbe;
}