Skip to main content
Glama

generate-theme

Create custom Flowbite theme CSS files by providing a brand color and design instructions. The tool analyzes your input to generate color variations and adjust all theme variables for consistent branding.

Instructions

Generates a custom Flowbite theme CSS file based on a brand color (hex format) and user instructions. The AI will intelligently analyze the instructions and customize ALL theme variables (border radius, spacing, colors, typography, etc.) to match the desired aesthetic. This tool creates color shades and variations, adapting the entire theme system to match your brand identity.

Input Schema

NameRequiredDescriptionDefault
brandColorYesThe primary brand color in hex format (e.g., #3B82F6, #FF5733). This will be used as the base for generating all brand color variations.
instructionsYesNatural language instructions describing the desired theme aesthetic and customizations. The AI will interpret these instructions to modify all relevant theme variables. Examples: "Make it modern and minimalist with soft rounded corners", "Create a luxury feel with gold accents and elegant spacing", "Design for a playful children's app with bright colors", "Professional corporate style with subtle borders", etc.
fileNameNoOptional filename for the generated theme (e.g., "my-brand-theme.css"). Defaults to "custom-theme.css"

Input Schema (JSON Schema)

{ "properties": { "brandColor": { "description": "The primary brand color in hex format (e.g., #3B82F6, #FF5733). This will be used as the base for generating all brand color variations.", "type": "string" }, "fileName": { "description": "Optional filename for the generated theme (e.g., \"my-brand-theme.css\"). Defaults to \"custom-theme.css\"", "type": "string" }, "instructions": { "description": "Natural language instructions describing the desired theme aesthetic and customizations. The AI will interpret these instructions to modify all relevant theme variables. Examples: \"Make it modern and minimalist with soft rounded corners\", \"Create a luxury feel with gold accents and elegant spacing\", \"Design for a playful children's app with bright colors\", \"Professional corporate style with subtle borders\", etc.", "type": "string" } }, "required": [ "brandColor", "instructions" ], "type": "object" }

Other Tools

Related Tools

    Latest Blog Posts

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/zoltanszogyenyi/flowbite-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server