Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.freshwater {
color: #4ca8b8;
}
.seachange {
color: #3b8b9b;
}
.king-tide {
color: #2b6d7d;
}
.lazurite-blue {
color: #1b4e5f;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--freshwater:#4ca8b8;
--seachange:#3b8b9b;
--king-tide:#2b6d7d;
--lazurite-blue:#1b4e5f;
}