Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1c4c73;
}
.sailor-s-bay {
color: #4a6e8c;
}
.lagoon-blue {
color: #81a2b6;
}
.tear {
color: #b6d7e2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1c4c73;
--sailor-s-bay:#4a6e8c;
--lagoon-blue:#81a2b6;
--tear:#b6d7e2;
--solar-plexus-chakra:#f1c84b;
}