Color names in this palette
CSS code for this palette
/* CSS */
.baltic-green {
color: #3ba09d;
}
.hygiene-green {
color: #5cc1b2;
}
.tropical-trail {
color: #8cd4ba;
}
.mocha-dandelion {
color: #f3d86d;
}
.hot-shot {
color: #f05428;
}
/* CSS Variables */
:root {
--baltic-green:#3ba09d;
--hygiene-green:#5cc1b2;
--tropical-trail:#8cd4ba;
--mocha-dandelion:#f3d86d;
--hot-shot:#f05428;
}