Gradient generator

Color #1

Color #2

Color #3

Settings

Radial gradient?

background: linear-gradient(90deg, #ff0000,#ffff00,#ff00ff);

Palette generator

Background color

Text color

Content color

Primary color

Secondary color

module.exports = {
      theme: {
        colors: {
          transparent: 'transparent',
          current: 'currentColor',
          'background': '#5b5b5b'
          'text': '#ffffff',
          'content': '#ffffff',
          'primary': '#5b5b5b',
          'secondary': '#5b5b5b',
        },
      },
    }