Prism

Palette

Generate harmonious 5-color palettes.Space to regenerate. Click a swatch to select it; use the lock chip to keep it across regenerations.

Tints & Shades

Lightness ramp for swatch #1 (#b534b7).

Tints
Shades

Tailwind config

module.exports = {
  theme: {
    extend: {
      colors: {
        'brand-1': '#b534b7',
        'brand-2': '#ce823b',
        'brand-3': '#52d84f',
        'brand-4': '#6ca5da',
        'brand-5': '#dd889f'
      }
    }
  }
}