Color names in this palette
CSS code for this palette
/* CSS */
.precious-persimmon {
color: #ff7142;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.burst-of-lime {
color: #a5d147;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--precious-persimmon:#ff7142;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--burst-of-lime:#a5d147;
--emerald-wave:#4eb7ac;
}