Forum Discussion

MarineDEMAISON's avatar
MarineDEMAISON
Community Member
20 days ago

Mass change color hex code (like the change font tool in search)

Hello,

I've set up temporary colors in my project, waiting for the final palette to be published. Is there a way to replace colors later on on several elements (shapes, text, ...), a bit like the find/replace font tool ?

I know about styles, but that is too limited for my use. In the webdesign world, we have CSS preprocessors that come in handy with this kind of task (SASS, )...

Thanks !

  • karansingh01's avatar
    karansingh01
    Community Member

    To efficiently replace colors across multiple elements in your project, consider using global swatches or color styles in design tools like Adobe Illustrator or Figma. These allow you to update a color in one place, automatically changing it everywhere it’s used. Alternatively, use the "Find and Replace Color" feature or, in coding projects, leverage CSS variables or SASS for easy updates. Plugins like "Similayer" in Figma or "Sketch Replace Color" can also help streamline this process.