Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a8c8e1;
}
.wandering-river {
color: #70a3c7;
}
.blue-dart-frog {
color: #3b7ba0;
}
.mountain-lake {
color: #2d5a76;
}
.sir-edmund {
color: #1a4160;
}
/* CSS Variables */
:root {
--template:#a8c8e1;
--wandering-river:#70a3c7;
--blue-dart-frog:#3b7ba0;
--mountain-lake:#2d5a76;
--sir-edmund:#1a4160;
}