Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3b6a8c;
}
.bluebird-feather {
color: #6e9fb4;
}
.southern-belle {
color: #a6d8c3;
}
.optimistic-yellow {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3b6a8c;
--bluebird-feather:#6e9fb4;
--southern-belle:#a6d8c3;
--optimistic-yellow:#f4e1a4;
}