Berry Bliss Color Palette

Vibrant Color Palette

About This Palette

Rich berry tones that blend purple and pink beautifully.

CSS Variables

:root {
  --color-1: #800080;
  --color-2: #9400D3;
  --color-3: #DA70D6;
  --color-4: #FF1493;
  --color-5: #C084FC;
}

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'berry-bliss': {
          '1': '#800080',
          '2': '#9400D3',
          '3': '#DA70D6',
          '4': '#FF1493',
          '5': '#C084FC',
        },
      },
    },
  },
};

More Vibrant Palettes

Browse All Palettes