Color names in this palette
CSS code for this palette
/* CSS */
.gentian-blue {
color: #1f1f9e;
}
.free-speech-blue {
color: #3d5ac2;
}
.blue-dart {
color: #4e8dd4;
}
.magnesia-bay {
color: #62c4e4;
}
.ice-citadel {
color: #aef4f4;
}
/* CSS Variables */
:root {
--gentian-blue:#1f1f9e;
--free-speech-blue:#3d5ac2;
--blue-dart:#4e8dd4;
--magnesia-bay:#62c4e4;
--ice-citadel:#aef4f4;
}