Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.fire-orange {
color: #ff8f5c;
}
.pompelmo {
color: #ff6666;
}
.blood-burst {
color: #ff4d4d;
}
.sugar-rush {
color: #d85f9c;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--fire-orange:#ff8f5c;
--pompelmo:#ff6666;
--blood-burst:#ff4d4d;
--sugar-rush:#d85f9c;
}