Color names in this palette
CSS code for this palette
/* CSS */
.miami-jade {
color: #1a8e7d;
}
.jolt-of-jade {
color: #4bb9a3;
}
.riptide {
color: #8cd9c7;
}
.light-water-wings {
color: #c1f0e9;
}
.high-reflective-white {
color: #f7f7f2;
}
/* CSS Variables */
:root {
--miami-jade:#1a8e7d;
--jolt-of-jade:#4bb9a3;
--riptide:#8cd9c7;
--light-water-wings:#c1f0e9;
--high-reflective-white:#f7f7f2;
}