By Design Gradient
Click to copy CSS
By Design
Linear gradient
Mixed tone
0 views
Colors
#009FFF
rgb(0, 159, 255)
hsl(203, 100%, 50%)
#EC2F4B
rgb(236, 47, 75)
hsl(351, 83%, 55%)
CSS
background: linear-gradient(90deg, #009fff 0%, #ec2f4b 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#009fff] to-[#ec2f4b]
Inline CSS
style="background: linear-gradient(90deg, #009fff 0%, #ec2f4b 100%)"