CSS code for this palette
/* CSS */
.navy-seal {
color: #1d3f96;
}
.seabrook {
color: #4a7bb0;
}
.regale-blue {
color: #80b3d6;
}
.blue-rice {
color: #b5daf2;
}
.alice-blue {
color: #f0f6ff;
}
/* CSS Variables */
:root {
--navy-seal:#1d3f96;
--seabrook:#4a7bb0;
--regale-blue:#80b3d6;
--blue-rice:#b5daf2;
--alice-blue:#f0f6ff;
}