🎨 Use this gradient to create a calming and sophisticated atmosphere.
💡 Did you know that the Raccoon Back and Gull Gray colors were inspired by nature? They are reminiscent of the beautiful colors found in raccoon fur and the feathers of seagulls.
/* Raccoon Back CSS Linear Gradient Background */
.gradient {
background: #BCC5CE;
background: linear-gradient(
to right,
#BCC5CE,#929EAD
);
}/* Raccoon Back TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#BCC5CE] to-[#929EAD]"></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.