Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.montego-bay {
color: #3db2c2;
}
.scooter {
color: #2b8f9c;
}
.hanaasagi-blue {
color: #1b6a79;
}
.nocturnal-expedition {
color: #0e4958;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--montego-bay:#3db2c2;
--scooter:#2b8f9c;
--hanaasagi-blue:#1b6a79;
--nocturnal-expedition:#0e4958;
}