Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.lake-tahoe-turquoise {
color: #3bb0b0;
}
.taos-turquoise {
color: #298989;
}
.abduction {
color: #1a6565;
}
.botanical-night {
color: #0b3c3c;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--lake-tahoe-turquoise:#3bb0b0;
--taos-turquoise:#298989;
--abduction:#1a6565;
--botanical-night:#0b3c3c;
}