Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.algerian-coral {
color: #ff5b4d;
}
.laser-trap {
color: #ff3d74;
}
.vega-violet {
color: #ba4ffc;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--algerian-coral:#ff5b4d;
--laser-trap:#ff3d74;
--vega-violet:#ba4ffc;
}