Veelgestelde Vragen - ColorFlow
Professionele kleurgegradientes voor moderne developers
Resolve Technical & Account Queries
Access verified solutions for API configuration, workspace permissions, and format export workflows.
API & SDK Setup
Initialize the ColorFlow client, configure CORS headers for cross-origin requests, and implement retry logic for transient 429 rate-limit responses.
Billing & Licensing
Manage invoice history, switch between monthly and annual Pro cycles, and verify commercial usage rights for generated gradient tokens.
Browse by Topic
Direct answers to the most common development and account management scenarios.
How do I export gradients as CSS custom properties?
Select the CSS Tokens format in the export panel. ColorFlow outputs scoped variables like `--cf-gradient-start` and `--cf-gradient-end` with automatic hex fallbacks and vendor prefixes.
What are the rate limits for the Free tier?
Free accounts allow 1,000 gradient generations per calendar month and 60 requests per minute. Exceeding this returns a 429 status with a `Retry-After` header indicating the reset window.
Can I generate deterministic gradients from a string seed?
Yes. Append `?seed=your-identifier` to the generation endpoint or pass the `seed` option to the SDK. Identical inputs always produce matching color stops, angles, and easing curves.
How do I invite developers to my workspace?
Navigate to Settings > Team Management. Enter the developer email and assign a role (Viewer, Editor, or Admin). Invitation links expire after 48 hours and support SSO authentication.