🎨 Use this gradient for a lively, energetic vibe.
💡 Dodger Blue is named after the LA Dodgers baseball team.
/* Kimoby Is The New Blue CSS Linear Gradient Background */
.gradient {
background: #396afc;
background: linear-gradient(
to right,
#396afc,#2948ff
);
}/* Kimoby Is The New Blue TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#396afc] to-[#2948ff]"></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.