# Bootstrap to Tailwind CSS Migration Report **Generated:** February 16, 2026 **Total Templates:** 196 HTML templates **Color Palette:** Al Hammadi Brand (Navy/Blue) --- ## 🎨 Al Hammadi Brand Color Palette All migrated templates should use the following Al Hammadi brand colors: ```javascript // Configured in templates/layouts/base.html colors: { 'navy': '#005696', /* Primary Al Hammadi Blue */ 'blue': '#007bbd', /* Accent Blue */ 'light': '#eef6fb', /* Background Soft Blue */ 'slate': '#64748b', /* Secondary text */ } ``` ### Color Usage Guidelines | Color | Hex | Usage | |-------|-----|-------| | **Navy** | `#005696` | Primary buttons, active states, headings, main actions | | **Blue** | `#007bbd` | Accent elements, secondary buttons, links, hover states | | **Light** | `#eef6fb` | Soft backgrounds, badges, hover states, card accents | | **Slate** | `#64748b` | Secondary text, muted elements, descriptions | ### Common Tailwind Patterns with Brand Colors ```html ``` ### Step 6: Replace Navigation with Brand Colors ```html Dashboard Dashboard ``` --- ## 📝 Notes 1. **Email Templates:** Email templates (in `templates/*/email/` and `templates/emails/`) may need inline styles for email client compatibility. 2. **Tailwind Config:** The base layout (`templates/layouts/base.html`) already includes the Al Hammadi color configuration with `navy`, `blue`, `light`, and `slate`. 3. **Legacy Colors:** The old `px-*` colors (rose, orange) are still in the config for backward compatibility but should NOT be used in new migrations. 4. **JavaScript Components:** Some templates use `data-bs-toggle="collapse"` which is Bootstrap JS. These need custom JS replacement (already handled in base.html). 5. **Icons:** Migrated templates use Lucide icons (``) with `text-navy` or `text-blue` classes. 6. **Chart Colors:** When updating charts (ApexCharts), use the Al Hammadi colors: - Primary: `#005696` (navy) - Secondary: `#007bbd` (blue) - Accent: `#eef6fb` (light) --- **Report Generated:** February 16, 2026 **Color Palette:** Al Hammadi Brand (Navy #005696, Blue #007bbd) **Next Update:** After Phase 1 completion