Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.queer-blue {
color: #86b0e4;
}
.water-spirit {
color: #60a2d7;
}
.steel-blue {
color: #497fb6;
}
.blue-ribbon-beauty {
color: #3b6691;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--queer-blue:#86b0e4;
--water-spirit:#60a2d7;
--steel-blue:#497fb6;
--blue-ribbon-beauty:#3b6691;
}