Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.shocking-orange {
color: #ff6d1f;
}
.sweet-mandarin {
color: #d65d38;
}
.sweet-baby-rose {
color: #c64e3f;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--shocking-orange:#ff6d1f;
--sweet-mandarin:#d65d38;
--sweet-baby-rose:#c64e3f;
}