Read a company's design system
Read a company's design system
The colours, type scale, corner radius and button styling a site actually paints, read from computed styles in a real browser — so a value defined through four layers of CSS variables comes back as the hex it resolved to. Colours are given by role (background, surface, text, accent) with contrast ratios, so they drop into a theme without guesswork. A render every time, which is why it costs more than a brand lookup; cached for weeks after the first call.
GET
Read a company's design system