Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.freshwater {
color: #4ea4b1;
}
.larkspur {
color: #3b7c8c;
}
.night-shift {
color: #295a65;
}
.subterranean-river {
color: #1c3b4f;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--freshwater:#4ea4b1;
--larkspur:#3b7c8c;
--night-shift:#295a65;
--subterranean-river:#1c3b4f;
}