Retro Pop

#FCF6BD
#D0F4DE
#A9DEF9
#E4C1F9
#FF99C8

How to use this palette

CSS Variables

:root {
  --color-1: #FCF6BD;
  --color-2: #D0F4DE;
  --color-3: #A9DEF9;
  --color-4: #E4C1F9;
  --color-5: #FF99C8;
}

Tailwind CSS Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        palette: {
          '1': '#FCF6BD',
          '2': '#D0F4DE',
          '3': '#A9DEF9',
          '4': '#E4C1F9',
          '5': '#FF99C8'
        }
      }
    }
  }
}

Palette Information

Name
Retro Pop
ID
retro-pop
Categories
Pastel, Playful, Retro
Number of Colors
5
Pastel
Playful
Retro