E

Combination 168

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f8ed43',
          'secondary': '#064f6e',
          'accent': '#8c4c62',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f8ed43;
  --color-secondary: #064f6e;
  --color-accent: #8c4c62;
}

API Endpoint

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