Color names in this palette
CSS code for this palette
/* CSS */
.ornery-tangerine {
color: #f97a1f;
}
.floral-leaf {
color: #ffb84d;
}
.royal-star {
color: #ffe14d;
}
.blanka-green {
color: #a5d33c;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--ornery-tangerine:#f97a1f;
--floral-leaf:#ffb84d;
--royal-star:#ffe14d;
--blanka-green:#a5d33c;
--emerald-wave:#4eb7ac;
}