Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #a0e9e0;
}
.soft-turquoise {
color: #74d2d0;
}
.crystalsong-blue {
color: #4ab5b1;
}
.empress-envy {
color: #2b9a9c;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--everest:#a0e9e0;
--soft-turquoise:#74d2d0;
--crystalsong-blue:#4ab5b1;
--empress-envy:#2b9a9c;
--buzzards-bay:#007a7a;
}