🎨 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
);
}/* Ver TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#FFE000] to-[#799F0C]"></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.