Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1d3f5e;
}
.valley-of-glaciers {
color: #2d7b9a;
}
.glassmith {
color: #4cb6c2;
}
.charlotte {
color: #a3e1e6;
}
.old-laser-lemon {
color: #f9f971;
}
/* CSS Variables */
:root {
--sir-edmund:#1d3f5e;
--valley-of-glaciers:#2d7b9a;
--glassmith:#4cb6c2;
--charlotte:#a3e1e6;
--old-laser-lemon:#f9f971;
}