Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #ff4d3d;
}
.lusty-gallant {
color: #ff7c4d;
}
.floral-leaf {
color: #ffb84d;
}
.royal-star {
color: #ffe44d;
}
.banana-mash {
color: #f6ff4d;
}
/* CSS Variables */
:root {
--dusk-orange:#ff4d3d;
--lusty-gallant:#ff7c4d;
--floral-leaf:#ffb84d;
--royal-star:#ffe44d;
--banana-mash:#f6ff4d;
}