Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.greek-sea {
color: #6ca4e0;
}
.blue-eyed-boy {
color: #89b9e6;
}
.island-light {
color: #a5c9e9;
}
.icicle-veil {
color: #d7e6f4;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--greek-sea:#6ca4e0;
--blue-eyed-boy:#89b9e6;
--island-light:#a5c9e9;
--icicle-veil:#d7e6f4;
}