๐จ Great for outdoor-themed designs or calming spaces.
๐ก Congress Blue is often used in political contexts, while Wild Willow is associated with nature.
/* Sel CSS Linear Gradient Background */
.gradient {
background: #00467F;
background: linear-gradient(
to right,
#00467F,#A5CC82
);
}
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.