<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Seva Seregin</title>
    <description>The latest articles on DEV Community by Seva Seregin (@seva_eto_seva).</description>
    <link>https://dev.to/seva_eto_seva</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4008429%2F05e4c1ef-060d-4086-a7da-8523333dab49.png</url>
      <title>DEV Community: Seva Seregin</title>
      <link>https://dev.to/seva_eto_seva</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/seva_eto_seva"/>
    <language>en</language>
    <item>
      <title>Gradient generator with OKLCH &amp; Display-P3</title>
      <dc:creator>Seva Seregin</dc:creator>
      <pubDate>Wed, 22 Jul 2026 13:13:59 +0000</pubDate>
      <link>https://dev.to/seva_eto_seva/gradient-generator-with-oklch-display-p3-45h8</link>
      <guid>https://dev.to/seva_eto_seva/gradient-generator-with-oklch-display-p3-45h8</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmehfzj0758sa9k57wvnv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmehfzj0758sa9k57wvnv.png" alt=" " width="800" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;I recently launched AnyGradient, a free browser-based gradient generator:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://anygradient.com/" rel="noopener noreferrer"&gt;&lt;em&gt;anygradient.com&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I started building it because most existing gradient tools felt too limited. They were usually focused on simple two-color CSS gradients, while I wanted something that could handle more complex visuals and produce assets that were actually useful in real projects.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fazbxlp3rvs9dc7oqkhof.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fazbxlp3rvs9dc7oqkhof.png" alt=" " width="800" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;AnyGradient supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;OKLCH, HSL and sRGB interpolation&lt;/li&gt;
&lt;li&gt;Display-P3 wide-gamut colors&lt;/li&gt;
&lt;li&gt;linear, radial, conic multi-layer gradients&lt;/li&gt;
&lt;li&gt;configurable noise and texture&lt;/li&gt;
&lt;li&gt;image-to-gradient conversion&lt;/li&gt;
&lt;li&gt;editable ready-made gradient backgrounds&lt;/li&gt;
&lt;li&gt;exports for CSS, Tailwind, React, React Native, SwiftUI, Android, Flutter, Figma, PNG, WebP&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The main idea is that you can start with a ready-made gradient, edit it visually, and then export it for the platform you are actually building for.&lt;/p&gt;

&lt;p&gt;The project is completely free, and the main tools do not require an account.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmnqscm3u07fi5z3vsqag.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmnqscm3u07fi5z3vsqag.png" alt=" " width="800" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A large part of the work was not the editor itself, but making gradients render consistently across browsers, supporting wide-gamut colors, reducing color banding, and finding reliable ways to export complex gradients into different formats.&lt;/p&gt;

&lt;p&gt;I am now working on expanding the gradient library, improving image-to-gradient accuracy, and making exports more production-ready.&lt;/p&gt;

&lt;p&gt;I would really appreciate feedback from designers and developers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is the editor easy to understand?&lt;/li&gt;
&lt;li&gt;Which export formats are most useful?&lt;/li&gt;
&lt;li&gt;What is missing compared with your current workflow?&lt;/li&gt;
&lt;li&gt;Would you use a library of editable gradients instead of downloading static background images?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any honest feedback would be helpful. This is still an early project, and I am trying to understand which parts are genuinely valuable before adding more features.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>css</category>
      <category>design</category>
      <category>uidesign</category>
    </item>
  </channel>
</rss>
