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