E

Combination 240

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f6917e',
          'secondary': '#fff200',
          'accent': '#0093a5',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f6917e;
  --color-secondary: #fff200;
  --color-accent: #0093a5;
}

API Endpoint

GET https://espectro.dev/api/combinations/240