This API provides a way to generate a color based on an industry, voice, and tone. The API returns one main color that align with the requested criteria, such as Industry, Brand Voice, and Brand Tone
https://brand-colour-palette-generator-o41k.vercel.app/api/color
This endpoint returns a color based on the specified industry, voice, and tone. If no matching colors are found, it returns an error.
-
industry(required): The industry for which to generate the color palette.
Example:health-holwell,tech-saas,creative-video -
voice(required): The voice or style of the brand.
Example:minimalist,authentic,bold -
tone(required): The tone of the brand.
Example:calming,bold,playful
GET https://brand-colour-palette-generator-o41k.vercel.app/api/color?industry=health-holwell&voice=minimalist&tone=calming
{
"name": "Slate Serenity",
"hex": "#6D8292",
"rgb": "109, 130, 146",
"hsl": "204, 15%, 50%",
"cmyk": "25%, 11%, 0%, 43%",
"description": "A calm, muted blue-gray that soothes like a quiet horizon."
}{
"error": "No matching color found."
}400: Missing required parameters (industry,voice, ortone).404: No matching color found.500: Internal server error.
health-holwelltech-saastech-aitech-ecommercetech-fintechtech-gamingtech-cybersecuritytech-iottech-blockchaincreative-webdesigncreative-graphiccreative-videocreative-marketingcreative-photographycreative-animationcreative-uxuiretail-fashionretail-homeretail-foodretail-electronicsretail-beautyretail-sportingretail-luxuryprof-legalprof-consultingprof-accountingprof-hrprof-realestateprof-architectureprof-engineeringhealth-clinichealth-wellnesshealth-pharmahealth-mentalhealth-dentalhealth-medtechhosp-hotelhosp-restauranthosp-travelhosp-eventshosp-tourismedu-schooledu-elearningedu-tutoringedu-trainingnonprofit-charitynonprofit-envnonprofit-socialnonprofit-artsmanuf-automanuf-electronicsmanuf-foodmanuf-textileother
MinimalistAuthenticBoldCreativeElegantEnergeticFriendlyInnovativeReliableSophisticatedTrustworthy
CalmingFriendlyProfessionalBoldPlayfulInspirationalTrustworthyMinimalistLuxuriousAuthenticEnergeticCompassionateFuturistic
Here are some example queries to test the API:
-
Health Industry - Minimalist Voice - Calming Tone
GET https://brand-colour-palette-generator-o41k.vercel.app/api/color?industry=health-holwell&voice=minimalist&tone=calming -
Tech SaaS - Bold Voice - Futuristic Tone
GET https://brand-colour-palette-generator-o41k.vercel.app/api/color?industry=tech-saas&voice=bold&tone=futuristic -
Creative Video - Innovative Voice - Playful Tone
GET https://brand-colour-palette-generator-o41k.vercel.app/api/color?industry=creative-video&voice=innovative&tone=playful -
Retail Luxury - Elegant Voice - Trustworthy Tone
GET https://brand-colour-palette-generator-o41k.vercel.app/api/color?industry=retail-luxury&voice=elegant&tone=trustworthy -
Health Pharma - Authentic Voice - Energetic Tone
GET https://brand-colour-palette-generator-o41k.vercel.app/api/color?industry=health-pharma&voice=authentic&tone=energetic
- Ensure that all query parameters (
industry,voice,tone) are lowercase to match the values stored in the database. - If no matching colors are found, the API will return a
404error with the message"No matching color found.".
For further questions or issues, feel free to reach out to the API team at evergreenwebsolutions.ca