Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.grapefruit {
color: #ff5c5c;
}
.laser-trap {
color: #ff3d74;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--grapefruit:#ff5c5c;
--laser-trap:#ff3d74;
--moth-orchid:#d6006f;
}