E

Combination 224

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f27291',
          'secondary': '#547076',
          'accent': '#7a4456',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f27291;
  --color-secondary: #547076;
  --color-accent: #7a4456;
}

API Endpoint

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