Azur Lane Gradient
Click to copy CSS
Azur Lane
Linear gradient
Mixed tone
0 views
Colors
#7F7FD5
rgb(127, 127, 213)
hsl(240, 51%, 67%)
#86A8E7
rgb(134, 168, 231)
hsl(219, 67%, 72%)
#91EAE4
rgb(145, 234, 228)
hsl(176, 68%, 74%)
CSS
background: linear-gradient(90deg, #7f7fd5 0%, #86a8e7 50%, #91eae4 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#7f7fd5] to-[#91eae4]
Inline CSS
style="background: linear-gradient(90deg, #7f7fd5 0%, #86a8e7 50%, #91eae4 100%)"