Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #ff4d3d;
}
.lusty-gallant {
color: #ff7f4d;
}
.floral-leaf {
color: #ffb84d;
}
.dynamic-yellow {
color: #ffe66b;
}
.spaghetti {
color: #fff99e;
}
/* CSS Variables */
:root {
--dusk-orange:#ff4d3d;
--lusty-gallant:#ff7f4d;
--floral-leaf:#ffb84d;
--dynamic-yellow:#ffe66b;
--spaghetti:#fff99e;
}