Matcha Cream
The smooth gradient of matcha green tea with cream.
CSS
background: linear-gradient(to right, #D4FC79, #96E6A1);
Tailwind CSS
bg-gradient-to-r from-[#D4FC79] to-[#96E6A1]
#D4FC79
#96E6A1
The smooth gradient of matcha green tea with cream.
background: linear-gradient(to right, #D4FC79, #96E6A1);
bg-gradient-to-r from-[#D4FC79] to-[#96E6A1]