Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4b76;
}
.storm-blue {
color: #507d9b;
}
.lagoon-blue {
color: #82a3b0;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4b76;
--storm-blue:#507d9b;
--lagoon-blue:#82a3b0;
--solar-plexus-chakra:#f0c74c;
--vampire-red:#d63f2e;
}