Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.naval-blue {
color: #3a4b69;
}
.enterprise {
color: #63798c;
}
.qi-n-h-i-grey {
color: #89a0b3;
}
.cloudy-valley {
color: #b0c6d8;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--naval-blue:#3a4b69;
--enterprise:#63798c;
--qi-n-h-i-grey:#89a0b3;
--cloudy-valley:#b0c6d8;
}