Color names in this palette
CSS code for this palette
/* CSS */
.sparrow-s-fire {
color: #ff691f;
}
.orange-bell-pepper {
color: #ff8b42;
}
.floral-leaf {
color: #ffb84d;
}
.bicycle-yellow {
color: #ffe68a;
}
.spring-buttercup {
color: #fff5c2;
}
/* CSS Variables */
:root {
--sparrow-s-fire:#ff691f;
--orange-bell-pepper:#ff8b42;
--floral-leaf:#ffb84d;
--bicycle-yellow:#ffe68a;
--spring-buttercup:#fff5c2;
}