When you want to check a site’s colors or fonts, there’s a faster way than chasing CSS in DevTools: Chrome extensions. With just a click or a mouseover, you can find out colors, font names, and sizes. Here are 6 classics, introduced by what you want to do, each with a screenshot.
TipsGetting started with developer toolsNot sure what DevTools even is? Start here firstType 1: Look up one specific piece of information
“I just want to know this color,” “I just want to know this font name”—when your goal is clear, a dedicated extension is the fastest.
ColorZilla
An eyedropper extension that grabs the color code of anywhere on the page with just a click.

WhatFont
An extension that tells you the font name in use just by hovering over the text.

Page Ruler
An extension that measures width and height in pixels just by dragging over any area of the page.

Type 2: Check everything at once, or touch and try it out
“I want to know this whole design at once,” “I want to tweak the numbers and see”—for these, the extensions below are a better fit.
CSS Peeper
Color, font, spacing, corner radius… an extension that tells you a design’s values all at once just by clicking an element. Handy when you want to grasp the whole picture first, rather than using ColorZilla and WhatFont one at a time.

VisBug
A Google-made extension. Right on top of the page, you can drag elements around and change spacing or font size on the spot—DevTools you can touch.

Type 3: Learn what’s behind a site
Wappalyzer
An extension that tells you what a site is built with. The frameworks and tools it uses show up at a glance in a list of icons.

Summary
- Use ColorZilla for colors, WhatFont for fonts, and Page Ruler for sizes when you want to look up one specific thing
- To know a whole design at once, use CSS Peeper; to touch and try it out, use VisBug
- Curious about a site’s tech stack? Wappalyzer
- Don’t overdo it—add them one at a time as you get curious
Once you can capture the “nice” bits of your favorite sites as numbers, it gets much easier to bring them into your own pages.