Gradients
Success illustrations
linear-gradient(135deg, #EB315B 0%, #7B63AB 100%);
Red background
linear-gradient(180deg, #FF593B 0%, #E31836 100%);
Water Blue gradient
linear-gradient(270deg, #8AC0F6 0%, #4AC6E4 100%);
Color provides an intuitive way of communicating information to users. It can be used to signal interactivity,
give feedback to user actions, convey state information, and give your interface a sense of visual continuity.