Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.mountain-range-blue {
color: #4fb7c9;
}
.sports-blue {
color: #3b9fb5;
}
.scooter {
color: #2b8da1;
}
.bermuda {
color: #1a7d8e;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--mountain-range-blue:#4fb7c9;
--sports-blue:#3b9fb5;
--scooter:#2b8da1;
--bermuda:#1a7d8e;
}