Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a6c7e2;
}
.stillwater {
color: #6da4b0;
}
.blue-square {
color: #4e8b97;
}
.deep-loch {
color: #2e5b66;
}
.royal-neptune {
color: #1f3b42;
}
/* CSS Variables */
:root {
--template:#a6c7e2;
--stillwater:#6da4b0;
--blue-square:#4e8b97;
--deep-loch:#2e5b66;
--royal-neptune:#1f3b42;
}