Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4876;
}
.blue-dart-frog {
color: #3c7b9a;
}
.blue-brocade {
color: #6cb9d0;
}
.photon-barrier {
color: #94e0f0;
}
.lemon-dream {
color: #f0a400;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4876;
--blue-dart-frog:#3c7b9a;
--blue-brocade:#6cb9d0;
--photon-barrier:#94e0f0;
--lemon-dream:#f0a400;
}