Control colors, typography, and visual mood.
Understand how the brand object controls the visual system.
The brand object describes how the website should feel visually.
Colors become CSS variables.
Typography controls heading and body font choices.
Vibe gives the engine direction: luxury, modern, traditional, electrical, corporate, and more.
"brand": {
"colors": {
"primary": "#153331",
"secondary": "#CFB113",
"accent": "#CFB113",
"background": "#ffffff",
"text": "#111111",
"muted": "#666666"
},
"typography": {
"heading": "Georgia, serif",
"body": "Arial, Helvetica, sans-serif"
},
"vibe": "luxury"
}IR brand is not decoration only; it guides rendering.
Color values should be valid CSS colors.
Writing colors without quotes.
Using a font name without fallback fonts.
INITIALIZING DAIZLAB
Control colors, typography, and visual mood.
Understand how the brand object controls the visual system.
The brand object describes how the website should feel visually.
Colors become CSS variables.
Typography controls heading and body font choices.
Vibe gives the engine direction: luxury, modern, traditional, electrical, corporate, and more.
"brand": {
"colors": {
"primary": "#153331",
"secondary": "#CFB113",
"accent": "#CFB113",
"background": "#ffffff",
"text": "#111111",
"muted": "#666666"
},
"typography": {
"heading": "Georgia, serif",
"body": "Arial, Helvetica, sans-serif"
},
"vibe": "luxury"
}IR brand is not decoration only; it guides rendering.
Color values should be valid CSS colors.
Writing colors without quotes.
Using a font name without fallback fonts.