Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.rainy-lake {
color: #3b6991;
}
.bluebird-s-belly {
color: #7195b7;
}
.water-wash {
color: #a9c7e5;
}
.m-white {
color: #f4f8fb;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--rainy-lake:#3b6991;
--bluebird-s-belly:#7195b7;
--water-wash:#a9c7e5;
--m-white:#f4f8fb;
}