Sky Mauve Gradient
Click to copy CSS
Sky Mauve
Linear gradient
Mixed tone
0 views
Colors
#C7B3CC
rgb(199, 179, 204)
hsl(288, 20%, 75%)
#268AB2
rgb(38, 138, 178)
hsl(197, 65%, 42%)
CSS
background: linear-gradient(90deg, #c7b3cc 0%, #268ab2 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#c7b3cc] to-[#268ab2]
Inline CSS
style="background: linear-gradient(90deg, #c7b3cc 0%, #268ab2 100%)"