E

Combination 138

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f3a257',
          'secondary': '#f8ed43',
          'accent': '#62c6bf',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f3a257;
  --color-secondary: #f8ed43;
  --color-accent: #62c6bf;
}

API Endpoint

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