Color names in this palette
CSS code for this palette
/* CSS */
.cloudy-blue {
color: #aac1da;
}
.polished-metal {
color: #809cb3;
}
.metallic-blue {
color: #4f758c;
}
.celestial-blue {
color: #2e4b6b;
}
.regal-blue {
color: #1f3c56;
}
/* CSS Variables */
:root {
--cloudy-blue:#aac1da;
--polished-metal:#809cb3;
--metallic-blue:#4f758c;
--celestial-blue:#2e4b6b;
--regal-blue:#1f3c56;
}