Digital Water Gradient
Click to copy CSS
Digital Water
Linear gradient
Mixed tone
0 views
Colors
#74EBD5
rgb(116, 235, 213)
hsl(169, 75%, 69%)
#ACB6E5
rgb(172, 182, 229)
hsl(229, 52%, 79%)
CSS
background: linear-gradient(90deg, #74ebd5 0%, #acb6e5 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#74ebd5] to-[#acb6e5]
Inline CSS
style="background: linear-gradient(90deg, #74ebd5 0%, #acb6e5 100%)"