Color names in this palette
CSS code for this palette
/* CSS */
.cloudy-valley {
color: #b3c7d6;
}
.blue-tribute {
color: #a7b9c8;
}
.cadet-grey {
color: #91a4b1;
}
.night-owl {
color: #5d7a89;
}
.under-the-sea {
color: #3a5a69;
}
/* CSS Variables */
:root {
--cloudy-valley:#b3c7d6;
--blue-tribute:#a7b9c8;
--cadet-grey:#91a4b1;
--night-owl:#5d7a89;
--under-the-sea:#3a5a69;
}