🎨 Great for professional designs needing a touch of color.
💡 Congress Blue was used in the U.S. bicentennial star logo, symbolizing patriotism and unity.
/* Dark Blu Two CSS Linear Gradient Background */
.gradient {
background: #004680;
background: linear-gradient(
to right,
#004680,#4484BA
);
}/* Dark Blu Two TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#004680] to-[#4484BA]"></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.