Bubble Sky Gradient
Click to copy CSS
Bubble Sky
Linear gradient
Mixed tone
0 views
Colors
#3C8CDE
rgb(60, 140, 222)
hsl(210, 71%, 55%)
#ED73A8
rgb(237, 115, 168)
hsl(334, 77%, 69%)
CSS
background: linear-gradient(90deg, #3c8cde 0%, #ed73a8 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#3c8cde] to-[#ed73a8]
Inline CSS
style="background: linear-gradient(90deg, #3c8cde 0%, #ed73a8 100%)"