Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.sunset-yellow {
color: #ff8b3d;
}
.floral-leaf {
color: #ffb84d;
}
.peach-cr-me-br-l-e {
color: #ffe29e;
}
.creamy-lemon {
color: #fff5b3;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--sunset-yellow:#ff8b3d;
--floral-leaf:#ffb84d;
--peach-cr-me-br-l-e:#ffe29e;
--creamy-lemon:#fff5b3;
}