Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.shocking-orange {
color: #ff6d1f;
}
.f-i-h-ng-scarlet {
color: #ff3f0f;
}
.deep-orange {
color: #db4900;
}
.rust-brown {
color: #8a2c00;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--shocking-orange:#ff6d1f;
--f-i-h-ng-scarlet:#ff3f0f;
--deep-orange:#db4900;
--rust-brown:#8a2c00;
}