Petrol Gradient
Click to copy CSS
Petrol
Linear gradient
Mixed tone
0 views
Colors
#BBD2C5
rgb(187, 210, 197)
hsl(146, 20%, 78%)
#536976
rgb(83, 105, 118)
hsl(202, 17%, 39%)
CSS
background: linear-gradient(90deg, #bbd2c5 0%, #536976 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#bbd2c5] to-[#536976]
Inline CSS
style="background: linear-gradient(90deg, #bbd2c5 0%, #536976 100%)"