Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.megaman {
color: #3dbbf5;
}
.athena-blue {
color: #6ce0f4;
}
.blizzard-blue {
color: #a1e7f2;
}
.clear-skies {
color: #e5f9ff;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--megaman:#3dbbf5;
--athena-blue:#6ce0f4;
--blizzard-blue:#a1e7f2;
--clear-skies:#e5f9ff;
}