| title | Style Guide Demo |
|---|---|
| description | Preview custom W&B brand styles including typography, colors, banners, and UI component rendering examples. |
This page demonstrates the custom brand styles implemented for W&B documentation.
Body text uses the system font stack for optimal readability across platforms.
W&B Gold
#ffcc33
W&B Teal
#13a9ba
Moon 100
#f5f6f7
Links use teal colors for consistency.
CTA Button
Primary Button
Brand Button
Contact Button
This uses the sunset gradient for hero sections and important announcements.
A subtle gradient overlay for card components that adds visual interest without being overwhelming.
W&B Gradient Text Effect
<div className="help-banner custom-banner">
<h2>Your Title</h2>
<p>Your content here</p>
</div><button className="primary-button">Click Me</button><div className="hero-gradient">
<h1>Welcome to W&B</h1>
<p>Build better models faster</p>
</div>- All styles respect dark mode automatically
- Colors are defined as CSS variables for easy maintenance
- Gradients use brand colors consistently
- Hover effects provide interactive feedback