E

Combination 139

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#97acc8',
          'secondary': '#051230',
          'accent': '#b6bfc1',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #97acc8;
  --color-secondary: #051230;
  --color-accent: #b6bfc1;
}

API Endpoint

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