Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4e72;
}
.hippie-blue {
color: #4a8b96;
}
.shockwave {
color: #76c6b9;
}
.overtone {
color: #a7e6b4;
}
.bean-sprout {
color: #f1f8e8;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4e72;
--hippie-blue:#4a8b96;
--shockwave:#76c6b9;
--overtone:#a7e6b4;
--bean-sprout:#f1f8e8;
}