Color names in this palette
CSS code for this palette
/* CSS */
.sterling-blue {
color: #a4b7c1;
}
.chapeau-violet {
color: #dfe5ec;
}
.cloudy-valley {
color: #b3c7d6;
}
.georgian-revival-blue {
color: #5c8c9d;
}
.odyssey {
color: #3a4b5a;
}
/* CSS Variables */
:root {
--sterling-blue:#a4b7c1;
--chapeau-violet:#dfe5ec;
--cloudy-valley:#b3c7d6;
--georgian-revival-blue:#5c8c9d;
--odyssey:#3a4b5a;
}