Palette · blue · calm · minimal

Nordic

Cool arctic greys and a muted frost-blue primary — a calm, low-contrast Scandinavian palette that is easy to live in all day.

Copy as

Building with shadcn/ui?

Install Nordic 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: #ECEFF4;
  --color-surface: #FFFFFF;
  --color-primary: #5E81AC;
  --color-accent: #88C0D0;
  --color-text: #2E3440;
  --color-muted: #4C566A;
}
Tailwind config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        bg: '#ECEFF4',
        surface: '#FFFFFF',
        primary: '#5E81AC',
        accent: '#88C0D0',
        text: '#2E3440',
        muted: '#4C566A',
      },
    },
  },
};
Font pairing Inter / heading · Inter / body
Corner radius 8px
Spacing scale 4px base · 4 / 8 / 12 / 16 / 24 / 32

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.