Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a4c8e5;
}
.cerulean-frost {
color: #6b9bc2;
}
.zenith {
color: #497c9c;
}
.china-pattern {
color: #3c5d77;
}
.snap-shot {
color: #2a3b51;
}
/* CSS Variables */
:root {
--template:#a4c8e5;
--cerulean-frost:#6b9bc2;
--zenith:#497c9c;
--china-pattern:#3c5d77;
--snap-shot:#2a3b51;
}