This directory contains extracted branding assets for two law firm demo partners.
- Website: cliffordlaw.com
- Directory:
clifford-law-assets/ - Logos:
clifford-law-logo.svg— Green logo (primary, SVG)clifford-law-logo-white.svg— White logo variant (for dark backgrounds, SVG)
- Brand Colors:
Role Hex Sample Primary #005941████ Dark Green Primary Light #008964████ Medium Green Secondary #c57a55████ Terracotta Accent #cb6942████ Warm Orange Light Accent #8cd8c1████ Mint Dark #22262B████ Near Black - Config:
branding-config.json— Ready for database injection.
- Website: smithlacien.com
- Directory:
smith-lacien-assets/ - Logos:
smith-lacien-logo.svg— Primary logo (SVG)
- Brand Colors:
Role Hex Sample Primary #0A4030████ Dark Forest Green Primary Dark #001D0B████ Very Dark Green Secondary #006ba1████ Blue Secondary Light #0693e3████ Sky Blue Accent #004a59████ Teal Highlight #00d084████ Bright Green Dark #313131████ Charcoal - Config:
branding-config.json— Ready for database injection.
The branding-config.json files map directly to the Firm model's expected fields (branding_colors and branding_logo). The engineer can:
- Read the JSON file for the target firm.
- Map the fields:
branding_logo→ URL path to the SVG,branding_colors→ the colors object. - Provision demo accounts with these values for instant branded demos.
- All logos are vector SVG — scalable and high-resolution.
- Colors were extracted from each firm's live website by analyzing CSS and inline styles.
- Both firms have a professional legal aesthetic compatible with LexiFlow's existing design framework.
To initialize the LexiFlow database schema:
python create_tables.pyRefer to DEPLOYMENT.md for full production deployment instructions.