Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.chicago-blue {
color: #b5d9e8;
}
.salty-ice {
color: #cee5f8;
}
.m-white {
color: #f5f9ff;
}
.ethereal-white {
color: #e6f4f1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--chicago-blue:#b5d9e8;
--salty-ice:#cee5f8;
--m-white:#f5f9ff;
--ethereal-white:#e6f4f1;
}