Palette · mono · minimal · professional

Graphite

Pure black on pure white with graphite greys and no accent hue — the stark, developer-tool monochrome that never goes out of style.

Copy as

Building with shadcn/ui?

Install Graphite as a real theme — light and dark, OKLCH tokens, contrast checked.

Get the theme →

Usage system

Everything you need to wire this palette into a real project, not just the colors.

CSS variables
:root {
  --color-bg: #FFFFFF;
  --color-surface: #FAFAFA;
  --color-primary: #171717;
  --color-accent: #525252;
  --color-text: #0A0A0A;
  --color-muted: #737373;
}
Tailwind config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        bg: '#FFFFFF',
        surface: '#FAFAFA',
        primary: '#171717',
        accent: '#525252',
        text: '#0A0A0A',
        muted: '#737373',
      },
    },
  },
};
Font pairing Geist / heading · Geist / body
Corner radius 6px
Spacing scale 4px base · 4 / 8 / 12 / 16 / 24 / 32 / 48

In context

New

Build better, faster

A card, a heading, a button and a hint of text: the palette doing real work.

Found one you like? Pair it with a template, generate a matching background in the gradient generator, or browse all palettes.