Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.bright-mango {
color: #ff8c2e;
}
.orange-zest {
color: #ef6f25;
}
.tomato-queen {
color: #d74c1d;
}
.akabeni {
color: #c72929;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--bright-mango:#ff8c2e;
--orange-zest:#ef6f25;
--tomato-queen:#d74c1d;
--akabeni:#c72929;
}