Autumn Maple
The fiery colors of Japanese maple trees in autumn.
CSS
background: linear-gradient(to right, #f46b45, #eea849);
Tailwind CSS
bg-gradient-to-r from-[#f46b45] to-[#eea849]
#f46b45
#eea849
The fiery colors of Japanese maple trees in autumn.
background: linear-gradient(to right, #f46b45, #eea849);
bg-gradient-to-r from-[#f46b45] to-[#eea849]