CSS code for this palette
/* CSS */
.capital-blue {
color: #1c3f5a;
}
.zenith {
color: #497b9c;
}
.tropez-blue {
color: #71b8c6;
}
.everest {
color: #a1e2e0;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--capital-blue:#1c3f5a;
--zenith:#497b9c;
--tropez-blue:#71b8c6;
--everest:#a1e2e0;
--wash-me:#f8fafc;
}