Tool Hub

ग्रेडिएंट जनरेटर

रंग स्टॉप, पूर्वावलोकन और कॉपी करने योग्य कोड के साथ CSS linear / radial / conic ग्रेडिएंट

कस्टम रंग स्टॉप और कोणों के साथ CSS ग्रेडिएंट (linear, radial, conic) बनाएँ। प्रत्येक स्टॉप समायोजित करने पर लाइव पूर्वावलोकन अपडेट होता है; जनरेट किया गया CSS आपकी स्टाइलशीट में कॉपी करने के लिए तैयार है।

रंग स्टॉप

प्रीसेट गैलरी

पूर्वावलोकन

CSS
background: linear-gradient(90deg, #7c3aed 0%, #3b82f6 100%);

कैसे उपयोग करें

  1. Choose the gradient type: linear, radial, or conic.
  2. Add color stops and drag them to set each color's position; for linear and conic, set the angle in degrees.
  3. The preview pane updates live as you edit.
  4. Copy the generated CSS background value straight into your stylesheet.

उदाहरण

  • Two stops at #ff7e5f (0%) and #feb47b (100%) on a 90deg linear gradient produce the CSS background: linear-gradient(90deg, #ff7e5f 0%, #feb47b 100%).
  • Switching to radial type with the same stops creates a soft glow from the center outward, shown live in the preview.

उत्पादन में उपयोग से पहले आउटपुट सत्यापित करें। कोई वारंटी नहीं — देखें शर्तें.