Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.astral {
color: #396e89;
}
.stillwater {
color: #70a5b2;
}
.southern-belle {
color: #a7d7c2;
}
.elegant-white {
color: #f5f0e0;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--astral:#396e89;
--stillwater:#70a5b2;
--southern-belle:#a7d7c2;
--elegant-white:#f5f0e0;
}