E

Combination 202

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#b5decc',
          'secondary': '#96d1aa',
          'accent': '#34454c',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #b5decc;
  --color-secondary: #96d1aa;
  --color-accent: #34454c;
}

API Endpoint

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