Color names in this palette
CSS code for this palette
/* CSS */
.aqua-deep {
color: #014b44;
}
.blue-kelp {
color: #1a7a7a;
}
.gem-turquoise {
color: #4fbfbf;
}
.everest {
color: #a2e2e2;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--aqua-deep:#014b44;
--blue-kelp:#1a7a7a;
--gem-turquoise:#4fbfbf;
--everest:#a2e2e2;
--light-cyan:#e0ffff;
}