Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.fluorescent-red {
color: #ff5252;
}
.bluish-purple-anemone {
color: #5d6cc0;
}
.fondue-fudge {
color: #6c4c41;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--fluorescent-red:#ff5252;
--bluish-purple-anemone:#5d6cc0;
--fondue-fudge:#6c4c41;
}