Search code examples
csscolorsgoogle-chrome-devtools

In Chrome DevTools is there a way to see all page colors?


In DevTools there is an option to see all page colors used on the page:

DevTools color picker

Is it possible to also see usages of those colors or to export them in some format?

Web developer tools addon has an option to see color information of the page which looks like:

Web developer tools color info

I was hoping for something similar in DevTools.


Solution

  • You can use CSS Overview in devtools to do this for this go to dev tools settings and enable CSS Overview, reload deve tools then a new tab should popup with all the css information in it