Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.coelin-blue {
color: #497b97;
}
.favorite-jeans {
color: #8aa2b2;
}
.take-five {
color: #b3c9d5;
}
.clear-vision {
color: #e2f1f8;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--coelin-blue:#497b97;
--favorite-jeans:#8aa2b2;
--take-five:#b3c9d5;
--clear-vision:#e2f1f8;
}