Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.dark-blue {
color: #2e597f;
}
.azure-blue {
color: #4b8dc3;
}
.undercool {
color: #7cc3e4;
}
.blizzard-blue {
color: #a5e6f3;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--dark-blue:#2e597f;
--azure-blue:#4b8dc3;
--undercool:#7cc3e4;
--blizzard-blue:#a5e6f3;
}