๐จ This color palette is perfect for a website that wants to convey a sense of optimism and positivity.
๐ก The color 'School bus Yellow' was specifically created for use on school buses in North America in 1939.
/* Ver CSS Linear Gradient Background */
.gradient {
background: #FFE000;
background: linear-gradient(
to right,
#FFE000,#799F0C
);
}
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.