๐จ 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
);
}
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.