Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.extreme-carrot {
color: #ff6d2e;
}
.tan-red {
color: #ff4f1f;
}
.red-riding-hood {
color: #ff291a;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--extreme-carrot:#ff6d2e;
--tan-red:#ff4f1f;
--red-riding-hood:#ff291a;
}