E

Combination 263

4 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #ae5224;
  --color-secondary: #eeb480;
  --color-accent: #b5decc;
  --color-neutral: #34454c;
}

API Endpoint

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