Color names in this palette
CSS code for this palette
/* CSS */
.alphabet-blue {
color: #b3caf4;
}
.blue-cue {
color: #89a4e1;
}
.ramjet {
color: #4e74b1;
}
.blue-highlight {
color: #2e4b8a;
}
.lucidity {
color: #1b3c69;
}
/* CSS Variables */
:root {
--alphabet-blue:#b3caf4;
--blue-cue:#89a4e1;
--ramjet:#4e74b1;
--blue-highlight:#2e4b8a;
--lucidity:#1b3c69;
}