Color names in this palette
CSS code for this palette
/* CSS */
.greyish-blue {
color: #5e809c;
}
.team-spirit {
color: #3f6888;
}
.celestial-blue {
color: #2c4e68;
}
.inuit {
color: #509fb9;
}
.french-pass {
color: #a3d4e0;
}
/* CSS Variables */
:root {
--greyish-blue:#5e809c;
--team-spirit:#3f6888;
--celestial-blue:#2c4e68;
--inuit:#509fb9;
--french-pass:#a3d4e0;
}