CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3e5c;
}
.zenith {
color: #497b9c;
}
.fate {
color: #6e9dbf;
}
.chefchaouen-blue {
color: #a1d1e8;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3e5c;
--zenith:#497b9c;
--fate:#6e9dbf;
--chefchaouen-blue:#a1d1e8;
--wash-me:#f8fafc;
}