Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.mountain-range-blue {
color: #4fb7c9;
}
.sports-blue {
color: #3a9db6;
}
.carol {
color: #2a8cac;
}
.summer-blue {
color: #197ca3;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--mountain-range-blue:#4fb7c9;
--sports-blue:#3a9db6;
--carol:#2a8cac;
--summer-blue:#197ca3;
}