Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-refrain {
color: #b1d9e7;
}
.fresh-water {
color: #c2e0f5;
}
.milky-way {
color: #e7f3f8;
}
.alice-blue {
color: #f1fafe;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-refrain:#b1d9e7;
--fresh-water:#c2e0f5;
--milky-way:#e7f3f8;
--alice-blue:#f1fafe;
}