Color names in this palette
CSS code for this palette
/* CSS */
.watercolour-sky {
color: #b7dae6;
}
.movie-magic {
color: #b2c0d7;
}
.polished-metal {
color: #809bb3;
}
.rainy-lake {
color: #3e6a8e;
}
.bright-midnight-blue {
color: #1e4876;
}
/* CSS Variables */
:root {
--watercolour-sky:#b7dae6;
--movie-magic:#b2c0d7;
--polished-metal:#809bb3;
--rainy-lake:#3e6a8e;
--bright-midnight-blue:#1e4876;
}