🎨 Great for nature-themed designs or calming spaces.
💡 Blue Bayoux is a popular color in Australian design, often paired with earthy tones like Gum Leaf.
/* Petrol CSS Linear Gradient Background */
.gradient {
background: #BBD2C5;
background: linear-gradient(
to right,
#BBD2C5,#536976
);
}/* Petrol TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#BBD2C5] to-[#536976]"></div>You can use this gradient in your UI design in many ways, for example as a background in a tweet, for buttons or as a text gradient.