Color names in this palette
CSS code for this palette
/* CSS */
.dive-in {
color: #3c498b;
}
.azraq-blue {
color: #506cb4;
}
.overcast {
color: #71a2d1;
}
.photon-barrier {
color: #8edcf5;
}
.clear-vision {
color: #e7f2f9;
}
/* CSS Variables */
:root {
--dive-in:#3c498b;
--azraq-blue:#506cb4;
--overcast:#71a2d1;
--photon-barrier:#8edcf5;
--clear-vision:#e7f2f9;
}