Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-grey {
color: #b6cae2;
}
.cottage-blue {
color: #7a9ec2;
}
.stormy-ridge {
color: #4d7a99;
}
.night-shift {
color: #2c5d6d;
}
.subterranean-river {
color: #193b4d;
}
/* CSS Variables */
:root {
--light-blue-grey:#b6cae2;
--cottage-blue:#7a9ec2;
--stormy-ridge:#4d7a99;
--night-shift:#2c5d6d;
--subterranean-river:#193b4d;
}