Color names in this palette
CSS code for this palette
/* CSS */
.raiden-blue {
color: #0057a8;
}
.diva-blue {
color: #0078c2;
}
.atmosphere {
color: #0096e0;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00cbe6;
}
/* CSS Variables */
:root {
--raiden-blue:#0057a8;
--diva-blue:#0078c2;
--atmosphere:#0096e0;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00cbe6;
}