Tropical Paradise Color Palette

Warm Color Palette

About This Palette

Vibrant tropical colors inspired by exotic destinations.

CSS Variables

:root {
  --color-1: #FF681F;
  --color-2: #FFD700;
  --color-3: #00A95C;
  --color-4: #00CED1;
  --color-5: #FF69B4;
}

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'tropical-paradise': {
          '1': '#FF681F',
          '2': '#FFD700',
          '3': '#00A95C',
          '4': '#00CED1',
          '5': '#FF69B4',
        },
      },
    },
  },
};

More Warm Palettes

Browse All Palettes