Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #2a698d;
}
.starflower-blue {
color: #4d99b3;
}
.water-flow {
color: #7ac5d6;
}
.blizzard-blue {
color: #a1e2e8;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#2a698d;
--starflower-blue:#4d99b3;
--water-flow:#7ac5d6;
--blizzard-blue:#a1e2e8;
}