Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.arctic-paradise {
color: #b6e8f7;
}
.blue-hijab {
color: #d1f1ff;
}
.m-white {
color: #f5f9ff;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--arctic-paradise:#b6e8f7;
--blue-hijab:#d1f1ff;
--m-white:#f5f9ff;
--coastal-breeze:#e0f7fa;
}