Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.brig {
color: #4ba1b9;
}
.blue-dart-frog {
color: #3c7b9a;
}
.slumber {
color: #2d4f7b;
}
.ending-navy-blue {
color: #1f2d5c;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--brig:#4ba1b9;
--blue-dart-frog:#3c7b9a;
--slumber:#2d4f7b;
--ending-navy-blue:#1f2d5c;
}