Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.extreme-carrot {
color: #ff702e;
}
.punch {
color: #d54030;
}
.velvet-cake {
color: #9f283c;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--extreme-carrot:#ff702e;
--punch:#d54030;
--velvet-cake:#9f283c;
}