Palette · light · minimal · mono

Porcelain

A clean, near-white system with a single confident indigo accent — minimalism that still has a voice.

Copy as

Usage system

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

CSS variables
:root {
  --color-bg: #FAFAFB;
  --color-surface: #FFFFFF;
  --color-primary: #4338CA;
  --color-accent: #0EA5E9;
  --color-text: #18181B;
  --color-muted: #71717A;
}
Tailwind config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        bg: '#FAFAFB',
        surface: '#FFFFFF',
        primary: '#4338CA',
        accent: '#0EA5E9',
        text: '#18181B',
        muted: '#71717A',
      },
    },
  },
};
Font pairing Geist / heading · Geist / body
Corner radius 10px
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.