Palette · dark · saas · blue

Midnight SaaS

A deep navy product palette with an electric blue primary — the default look of modern dashboards and developer tools.

Copy as

Usage system

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

CSS variables
:root {
  --color-bg: #0B1020;
  --color-surface: #1A2238;
  --color-primary: #4F7DF3;
  --color-accent: #9B6BFF;
  --color-text: #E8EEF9;
  --color-muted: #8A93A6;
}
Tailwind config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        bg: '#0B1020',
        surface: '#1A2238',
        primary: '#4F7DF3',
        accent: '#9B6BFF',
        text: '#E8EEF9',
        muted: '#8A93A6',
      },
    },
  },
};
Font pairing Inter / heading · Inter / body
Corner radius 12px
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.