Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.skink-blue {
color: #5abfd3;
}
.dayflower {
color: #3b9fd8;
}
.eye-blue {
color: #1e7ecc;
}
.greek-flag-blue {
color: #0f5ea9;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--skink-blue:#5abfd3;
--dayflower:#3b9fd8;
--eye-blue:#1e7ecc;
--greek-flag-blue:#0f5ea9;
}