Color names in this palette
CSS code for this palette
/* CSS */
.two-harbours {
color: #bfd5e3;
}
.emily {
color: #a9d0e5;
}
.coastal-waters {
color: #7db9d9;
}
.peaceful-river {
color: #4a9cd3;
}
.haddock-s-sweater {
color: #1e7bb8;
}
/* CSS Variables */
:root {
--two-harbours:#bfd5e3;
--emily:#a9d0e5;
--coastal-waters:#7db9d9;
--peaceful-river:#4a9cd3;
--haddock-s-sweater:#1e7bb8;
}