Color names in this palette
CSS code for this palette
/* CSS */
.miami-jade {
color: #1a8e7d;
}
.emerald-wave {
color: #4eb7a7;
}
.blue-frosting {
color: #80d1c3;
}
.ice-cube {
color: #b1e7d8;
}
.azure-mist {
color: #f0fff3;
}
/* CSS Variables */
:root {
--miami-jade:#1a8e7d;
--emerald-wave:#4eb7a7;
--blue-frosting:#80d1c3;
--ice-cube:#b1e7d8;
--azure-mist:#f0fff3;
}