Color names in this palette
CSS code for this palette
/* CSS */
.miami-jade {
color: #1a8e7d;
}
.swimmers-pool {
color: #2ed1b6;
}
.tender-turquoise {
color: #80e0c0;
}
.dolly {
color: #f2f96c;
}
.bergamot-orange {
color: #f6a05a;
}
/* CSS Variables */
:root {
--miami-jade:#1a8e7d;
--swimmers-pool:#2ed1b6;
--tender-turquoise:#80e0c0;
--dolly:#f2f96c;
--bergamot-orange:#f6a05a;
}