Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #9edfe0;
}
.throat-chakra {
color: #6ed5d8;
}
.mountain-range-blue {
color: #4fb9c9;
}
.aquatic-cool {
color: #3ca2b4;
}
.scooter {
color: #2b8da1;
}
/* CSS Variables */
:root {
--everest:#9edfe0;
--throat-chakra:#6ed5d8;
--mountain-range-blue:#4fb9c9;
--aquatic-cool:#3ca2b4;
--scooter:#2b8da1;
}