Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #9edee0;
}
.downy {
color: #6fd3c0;
}
.mountain-lake-azure {
color: #4cbda5;
}
.azure-tide {
color: #2b9c8d;
}
.palm-springs-splash {
color: #1e8a76;
}
/* CSS Variables */
:root {
--everest:#9edee0;
--downy:#6fd3c0;
--mountain-lake-azure:#4cbda5;
--azure-tide:#2b9c8d;
--palm-springs-splash:#1e8a76;
}