Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a6c7e7;
}
.cerulean-frost {
color: #6f9ac3;
}
.aleutian-isle {
color: #4b7eaa;
}
.dark-blue {
color: #2d5c7c;
}
.sir-edmund {
color: #1c3e5e;
}
/* CSS Variables */
:root {
--template:#a6c7e7;
--cerulean-frost:#6f9ac3;
--aleutian-isle:#4b7eaa;
--dark-blue:#2d5c7c;
--sir-edmund:#1c3e5e;
}