Color names in this palette
CSS code for this palette
/* CSS */
.cyberpink {
color: #ff1f78;
}
.carrot {
color: #ff713d;
}
.floral-leaf {
color: #ffb84d;
}
.paris-daisy {
color: #ffed4d;
}
.green-katamari {
color: #4dff6a;
}
/* CSS Variables */
:root {
--cyberpink:#ff1f78;
--carrot:#ff713d;
--floral-leaf:#ffb84d;
--paris-daisy:#ffed4d;
--green-katamari:#4dff6a;
}