Color names in this palette
CSS code for this palette
/* CSS */
.aquatic-cool {
color: #3ea8b6;
}
.sweet-garden {
color: #5cdbb3;
}
.jovial-jade {
color: #8be4b0;
}
.friendly-yellow {
color: #f6e2b1;
}
.burning-trail {
color: #f09a28;
}
/* CSS Variables */
:root {
--aquatic-cool:#3ea8b6;
--sweet-garden:#5cdbb3;
--jovial-jade:#8be4b0;
--friendly-yellow:#f6e2b1;
--burning-trail:#f09a28;
}