Color names in this palette
CSS code for this palette
/* CSS */
.miami-jade {
color: #1a8e7f;
}
.capture {
color: #2bb19f;
}
.disc-jockey {
color: #4ed0af;
}
.bubble-algae {
color: #89e6c4;
}
.frosty-mint {
color: #e2f8f5;
}
/* CSS Variables */
:root {
--miami-jade:#1a8e7f;
--capture:#2bb19f;
--disc-jockey:#4ed0af;
--bubble-algae:#89e6c4;
--frosty-mint:#e2f8f5;
}