Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b3264;
}
.dragonfly {
color: #2e4976;
}
.blue-antarctic {
color: #497a9c;
}
.tibetan-stone {
color: #76b5c1;
}
.luminescent-blue {
color: #a0e0e9;
}
/* CSS Variables */
:root {
--mythical-night:#1b3264;
--dragonfly:#2e4976;
--blue-antarctic:#497a9c;
--tibetan-stone:#76b5c1;
--luminescent-blue:#a0e0e9;
}