CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.zenith {
color: #497b9c;
}
.tropez-blue {
color: #74b2c3;
}
.iced-aqua {
color: #a8d6d6;
}
.flan {
color: #f6e2b6;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--zenith:#497b9c;
--tropez-blue:#74b2c3;
--iced-aqua:#a8d6d6;
--flan:#f6e2b6;
}