Color names in this palette
CSS code for this palette
/* CSS */
.weathered-blue {
color: #d2e2f9;
}
.mizu-cyan {
color: #a8d9f0;
}
.xavier-blue {
color: #6cb2e4;
}
.magical-merlin {
color: #3a8fcf;
}
.blue-flame {
color: #005e8a;
}
/* CSS Variables */
:root {
--weathered-blue:#d2e2f9;
--mizu-cyan:#a8d9f0;
--xavier-blue:#6cb2e4;
--magical-merlin:#3a8fcf;
--blue-flame:#005e8a;
}