Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.freshwater {
color: #4da8b3;
}
.english-river {
color: #3b798c;
}
.celestial-blue {
color: #2c4f68;
}
.rurikon-blue {
color: #1e2b4d;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--freshwater:#4da8b3;
--english-river:#3b798c;
--celestial-blue:#2c4f68;
--rurikon-blue:#1e2b4d;
}