Color names in this palette
CSS code for this palette
/* CSS */
.raiden-blue {
color: #0057a8;
}
.cobalt-glaze {
color: #0071b3;
}
.kahu-blue {
color: #0092d6;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00cbe6;
}
/* CSS Variables */
:root {
--raiden-blue:#0057a8;
--cobalt-glaze:#0071b3;
--kahu-blue:#0092d6;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00cbe6;
}