Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #a0e4e0;
}
.andes-sky {
color: #70d7d5;
}
.tropical-escape {
color: #4bb9b5;
}
.latigo-bay {
color: #3a9c9b;
}
.zirconia-teal {
color: #2a7e7d;
}
/* CSS Variables */
:root {
--everest:#a0e4e0;
--andes-sky:#70d7d5;
--tropical-escape:#4bb9b5;
--latigo-bay:#3a9c9b;
--zirconia-teal:#2a7e7d;
}