Color names in this palette
CSS code for this palette
/* CSS */
.blue-fire {
color: #00a8e0;
}
.iris-blue {
color: #00b2d1;
}
.blue-bikini {
color: #00c3e6;
}
.thousand-sons-blue {
color: #00d8f0;
}
.waterspout {
color: #a3ebf5;
}
/* CSS Variables */
:root {
--blue-fire:#00a8e0;
--iris-blue:#00b2d1;
--blue-bikini:#00c3e6;
--thousand-sons-blue:#00d8f0;
--waterspout:#a3ebf5;
}