Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.faience {
color: #2c6d8c;
}
.brig {
color: #4b9eb9;
}
.chefchaouen-blue {
color: #a1d1e8;
}
.silent-snowfall {
color: #eff7fb;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--faience:#2c6d8c;
--brig:#4b9eb9;
--chefchaouen-blue:#a1d1e8;
--silent-snowfall:#eff7fb;
}