Tropical Escape

#FFBE0B
#FB5607
#FF006E
#8338EC
#3A86FF

How to use this palette

CSS Variables

:root {
  --color-1: #FFBE0B;
  --color-2: #FB5607;
  --color-3: #FF006E;
  --color-4: #8338EC;
  --color-5: #3A86FF;
}

Tailwind CSS Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        palette: {
          '1': '#FFBE0B',
          '2': '#FB5607',
          '3': '#FF006E',
          '4': '#8338EC',
          '5': '#3A86FF'
        }
      }
    }
  }
}

Palette Information

Name
Tropical Escape
ID
tropical-escape
Categories
Tropical, Vibrant, Summer
Number of Colors
5
Tropical
Vibrant
Summer