Peacock Feather Color Palette

Vibrant Color Palette

About This Palette

Iridescent peacock colors with rich blues and greens.

CSS Variables

:root {
  --color-1: #006400;
  --color-2: #00CED1;
  --color-3: #4169E1;
  --color-4: #FFD700;
  --color-5: #4B0082;
}

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'peacock-feather': {
          '1': '#006400',
          '2': '#00CED1',
          '3': '#4169E1',
          '4': '#FFD700',
          '5': '#4B0082',
        },
      },
    },
  },
};

More Vibrant Palettes

Browse All Palettes