Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.zenith {
color: #4b7ca0;
}
.pacific-harbour {
color: #78b7d9;
}
.non-photo-blue {
color: #a5deee;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--zenith:#4b7ca0;
--pacific-harbour:#78b7d9;
--non-photo-blue:#a5deee;
--anti-flash-white:#f0f5f5;
}