Color names in this palette
CSS code for this palette
/* CSS */
.eternal-summer {
color: #f5e900;
}
.floral-leaf {
color: #ffb84d;
}
.carrot {
color: #ff713d;
}
.moth-orchid {
color: #d1006c;
}
.shady-neon-blue {
color: #5b4dff;
}
/* CSS Variables */
:root {
--eternal-summer:#f5e900;
--floral-leaf:#ffb84d;
--carrot:#ff713d;
--moth-orchid:#d1006c;
--shady-neon-blue:#5b4dff;
}