Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3f6c8d;
}
.blue-brocade {
color: #6cb9d0;
}
.everest {
color: #a1e3e0;
}
.milky-way {
color: #e3f4f7;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3f6c8d;
--blue-brocade:#6cb9d0;
--everest:#a1e3e0;
--milky-way:#e3f4f7;
}