Color names in this palette
CSS code for this palette
/* CSS */
.raiden-blue {
color: #0057a8;
}
.primal-blue {
color: #0080b3;
}
.uv-light {
color: #0098c7;
}
.iris-blue {
color: #00b2d1;
}
.picnic-day-sky {
color: #00c7e6;
}
/* CSS Variables */
:root {
--raiden-blue:#0057a8;
--primal-blue:#0080b3;
--uv-light:#0098c7;
--iris-blue:#00b2d1;
--picnic-day-sky:#00c7e6;
}