Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.troll-slayer-orange {
color: #f6a14c;
}
.chinese-orange {
color: #f16f3b;
}
.fire-island {
color: #db4c33;
}
.madder-red {
color: #b52c2e;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--troll-slayer-orange:#f6a14c;
--chinese-orange:#f16f3b;
--fire-island:#db4c33;
--madder-red:#b52c2e;
}