Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d7e8;
}
.stillwater {
color: #6ca4b2;
}
.larkspur {
color: #3b7c8c;
}
.berry-blue-green {
color: #2a4b55;
}
.dark-pine-green {
color: #1b2d32;
}
/* CSS Variables */
:root {
--blue-click:#a6d7e8;
--stillwater:#6ca4b2;
--larkspur:#3b7c8c;
--berry-blue-green:#2a4b55;
--dark-pine-green:#1b2d32;
}