Color names in this palette
CSS code for this palette
/* CSS */
.miami-jade {
color: #1a8e7f;
}
.jolt-of-jade {
color: #4cb8a0;
}
.green-patina {
color: #6ad2c4;
}
.aqua-wish {
color: #a1e3d2;
}
.whitest-white {
color: #f6faf5;
}
/* CSS Variables */
:root {
--miami-jade:#1a8e7f;
--jolt-of-jade:#4cb8a0;
--green-patina:#6ad2c4;
--aqua-wish:#a1e3d2;
--whitest-white:#f6faf5;
}