🎨 Use this gradient for a bold, warm design.
💡 This gradient is inspired by the vibrant colors of Kyoto's autumn leaves and traditional lanterns.
/* Kyoto CSS Linear Gradient Background */
.gradient {
background: #c21500;
background: linear-gradient(
to right,
#c21500,#ffc500
);
}/* Kyoto TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#c21500] to-[#ffc500]"></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.