Color names in this palette
CSS code for this palette
/* CSS */
.sun-orange {
color: #f47b1f;
}
.floral-leaf {
color: #ffb84d;
}
.tiger-yellow {
color: #ffdf80;
}
.green-trance {
color: #a4d5a6;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--sun-orange:#f47b1f;
--floral-leaf:#ffb84d;
--tiger-yellow:#ffdf80;
--green-trance:#a4d5a6;
--emerald-wave:#4eb7ac;
}