Color names in this palette
CSS code for this palette
/* CSS */
.bellflower-blue {
color: #e0e8f0;
}
.sterling-blue {
color: #a4b6c1;
}
.spirit-mountain {
color: #6a8c9a;
}
.bermudan-blue {
color: #3a606e;
}
.capital-blue {
color: #1c3f5a;
}
/* CSS Variables */
:root {
--bellflower-blue:#e0e8f0;
--sterling-blue:#a4b6c1;
--spirit-mountain:#6a8c9a;
--bermudan-blue:#3a606e;
--capital-blue:#1c3f5a;
}