Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.breeze-of-chilli {
color: #f76e6e;
}
.flirty-rose {
color: #d55d93;
}
.soft-purple {
color: #a56fbe;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--breeze-of-chilli:#f76e6e;
--flirty-rose:#d55d93;
--soft-purple:#a56fbe;
}