A design system consultancy, run by Luis Ouriach.
8px is a design system consultancy built on 6 years spent as a Designer Advocate at Figma: design system audits, token architecture, component libraries, and the plumbing that decides whether a system actually gets adopted or just gets ignored.
I'm Luis Ouriach — former sole designer of Simple Design System , the UI kit preloaded into every Figma account, and occasional writer on Medium.
We can work together for 30 minutes or 3 days. Systems are flexible and so am I.
Font: Google Sans Flex, 15px.
:root {
--color-primary: oklch(0.42 0.12 350);
--color-secondary: oklch(0.42 0.12 350 / 0.7);
--color-background: oklch(0.99 0.004 350);
--color-highlighter: oklch(0.90 0.03 350);
--color-border: oklch(0.82 0.03 350);
--font-size: 15px;
--line-height: 1.6;
--font-family: 'Google Sans Flex', Arial, sans-serif;
}