E

Combination 192

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#fdbf68',
          'secondary': '#4b3317',
          'accent': '#70727c',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #fdbf68;
  --color-secondary: #4b3317;
  --color-accent: #70727c;
}

API Endpoint

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