Color names in this palette
CSS code for this palette
/* CSS */
.blissful-blue {
color: #b2c7d7;
}
.grey-blue {
color: #7ca1b6;
}
.flounce {
color: #478a94;
}
.night-shift {
color: #2b606e;
}
.immersed {
color: #1e4d52;
}
/* CSS Variables */
:root {
--blissful-blue:#b2c7d7;
--grey-blue:#7ca1b6;
--flounce:#478a94;
--night-shift:#2b606e;
--immersed:#1e4d52;
}