A vibrant blend of Outrageous Orange and Carrot Orange, reminiscent of a stunning sunrise.
#ff512f
#f09819
/* Sunrise CSS Linear Gradient Background */ .gradient { background: #FF512F; background: linear-gradient( to right, #FF512F,#F09819 ); }
/* Sunrise TailwindCSS Linear Gradient */
You can use this gradient in your UI design in many ways, for example as a background in a tweet, for buttons or as a text gradient.
@marthatalks