Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.guava {
color: #ff9729;
}
.shocking-orange {
color: #ff6d1f;
}
.bacon-strips {
color: #e13e33;
}
.akabeni {
color: #c72929;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--guava:#ff9729;
--shocking-orange:#ff6d1f;
--bacon-strips:#e13e33;
--akabeni:#c72929;
}