Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.orange-burst {
color: #ff7038;
}
.crab-curry {
color: #d74e28;
}
.fresh-auburn {
color: #a42b1e;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--orange-burst:#ff7038;
--crab-curry:#d74e28;
--fresh-auburn:#a42b1e;
}