Candy Shop Color Palette

Vibrant Color Palette

About This Palette

Sweet candy-inspired colors for playful designs.

CSS Variables

:root {
  --color-1: #FF66B2;
  --color-2: #FF69B4;
  --color-3: #EE82EE;
  --color-4: #FFD1DC;
  --color-5: #FFB347;
}

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'candy-shop': {
          '1': '#FF66B2',
          '2': '#FF69B4',
          '3': '#EE82EE',
          '4': '#FFD1DC',
          '5': '#FFB347',
        },
      },
    },
  },
};

More Vibrant Palettes

Browse All Palettes