Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1b4c79;
}
.saxony-blue {
color: #1d6a8b;
}
.waikiki {
color: #1f8a98;
}
.hygiene-green {
color: #5db6b2;
}
.morning-glory {
color: #9fd2d6;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1b4c79;
--saxony-blue:#1d6a8b;
--waikiki:#1f8a98;
--hygiene-green:#5db6b2;
--morning-glory:#9fd2d6;
}