Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.extreme-carrot {
color: #ff702e;
}
.bright-delight {
color: #c65d24;
}
.brown-eyed-girl {
color: #8d4b1b;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--extreme-carrot:#ff702e;
--bright-delight:#c65d24;
--brown-eyed-girl:#8d4b1b;
}