Deep Space Color Palette

Dark Color Palette

About This Palette

Dark space-inspired palette with deep blues and purples.

CSS Variables

:root {
  --color-1: #000000;
  --color-2: #00008B;
  --color-3: #191970;
  --color-4: #483D8B;
  --color-5: #6A5ACD;
}

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'deep-space': {
          '1': '#000000',
          '2': '#00008B',
          '3': '#191970',
          '4': '#483D8B',
          '5': '#6A5ACD',
        },
      },
    },
  },
};

More Dark Palettes

Browse All Palettes