What problem does it solve? Ensuring visual consistency with Anthropic's official brand identity is difficult when creating presentations, documents, or other artifacts manually, since exact color values and font pairings are easy to get wrong. ## Core Features & Use Cases - Official Color Palette: Provides Anthropic's main colors (dark #141413, light #faf9f5, grays) and accent colors (orange #d97757, blue #6a9bcc, green #788c5d) as precise RGB values. - Typography Rules: Applies Poppins to headings (24pt and larger) and Lora to body text, with automatic fallback to Arial and Georgia when custom fonts are unavailable. - Smart Styling: Selects text colors based on background and cycles accent colors across non-text shapes to stay on-brand. - Use Case: When generating a PowerPoint deck with python-pptx, apply Anthropic's exact brand colors via RGBColor and correct heading/body fonts so the output matches company design standards. ## Quick Start Apply Anthropic brand colors and typography to the presentation you are about to create.