Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #204060;
}
.muted-blue {
color: #3b71a0;
}
.water-flow {
color: #7cc7d5;
}
.snowdrift-glow {
color: #d6e3f0;
}
.daisy-white {
color: #f8f4e2;
}
/* CSS Variables */
:root {
--sir-edmund:#204060;
--muted-blue:#3b71a0;
--water-flow:#7cc7d5;
--snowdrift-glow:#d6e3f0;
--daisy-white:#f8f4e2;
}