Color names in this palette
CSS code for this palette
/* CSS */
.hammam-blue {
color: #6eded8;
}
.crystalsong-blue {
color: #4eb7b7;
}
.latigo-bay {
color: #3c9a9a;
}
.zirconia-teal {
color: #2b7d7d;
}
.abduction {
color: #1a6565;
}
/* CSS Variables */
:root {
--hammam-blue:#6eded8;
--crystalsong-blue:#4eb7b7;
--latigo-bay:#3c9a9a;
--zirconia-teal:#2b7d7d;
--abduction:#1a6565;
}