lyfX.ai Corporate Design
Apply these guidelines when creating any visual material for lyfX.ai.
Logo
Two variants available in assets/:
- logo-dark.png - Dark logo for light backgrounds
- logo-white.png - White logo for dark backgrounds
- favicon.png - Favicon/app icon
The logo consists of a molecular node icon + "lyfX.ai" wordmark (the "X" has a gradient).
Color Palette
Primary Color - Violet
| Variant |
HEX |
RGB |
| Light |
#9133eb |
145, 51, 235 |
| Dark |
#611c94 |
97, 28, 148 |
Secondary Color - Soft Mint
| Variant |
HEX |
RGB |
| Light |
#9ef2cc |
158, 242, 204 |
| Dark |
#4ac2ab |
74, 194, 171 |
Accent Colors
| Color |
HEX (dark/light) |
RGB (dark) |
| Light Coral |
#e54059 / #f0807a |
229, 64, 89 |
| Apricot |
#ed783d / #f5a670 |
237, 120, 61 |
| Cornflower Blue |
#5245e5 / #6e8aeb |
82, 69, 229 |
Base Colors
| Color |
HEX |
RGB |
Use |
| Dark Purple Grey |
#453d45 |
69, 61, 69 |
Text on light backgrounds |
| Light Grey |
#f0f0f0 |
240, 240, 240 |
Light backgrounds |
| White |
#ffffff |
255, 255, 255 |
Backgrounds, text on dark |
Typography
Google Fonts required:
- Maven Pro (Semibold) - Headlines & buttons
- Inter (Medium, Extrabold, Medium Italic) - Body text
Text Hierarchy
Light backgrounds:
| Element |
Font |
Size |
Color |
| H1 |
Maven Pro Semibold |
36pt |
Violet #9133eb |
| H2 |
Maven Pro Semibold |
24pt |
Violet #9133eb |
| H3 |
Maven Pro Semibold |
18pt |
Dark Purple Grey #453d45 |
| Body |
Inter Medium |
10pt |
Dark Purple Grey #453d45 |
| Emphasis |
Inter Extrabold |
10pt |
Dark Purple Grey #453d45 |
| Note/small |
Inter Medium |
8pt |
Dark Purple Grey #453d45 |
Dark backgrounds:
| Element |
Font |
Size |
Color |
| H1 |
Maven Pro Semibold |
36pt |
Soft Mint #9ef2cc |
| H2 |
Maven Pro Semibold |
24pt |
Soft Mint #9ef2cc |
| H3 |
Maven Pro Semibold |
18pt |
White #ffffff |
| Body |
Inter Medium |
10pt |
White #ffffff |
| Emphasis |
Inter Extrabold |
10pt |
White #ffffff |
| Note/small |
Inter Medium |
8pt |
White #ffffff |
Sizes are relative - maintain proportions across applications.
Buttons
| Background |
Button Color |
Text Color |
| Light (white, light grey) |
Violet #9133eb |
White |
| Dark (violet, dark grey) |
Soft Mint #4ac2ab |
Dark Purple Grey #453d45 |
Use rounded corners for buttons.
CSS Variables
:root {
/* Primary */
--lyfx-violet: #9133eb;
--lyfx-violet-dark: #611c94;
/* Secondary */
--lyfx-mint: #9ef2cc;
--lyfx-mint-dark: #4ac2ab;
/* Accents */
--lyfx-coral: #e54059;
--lyfx-coral-light: #f0807a;
--lyfx-apricot: #ed783d;
--lyfx-apricot-light: #f5a670;
--lyfx-blue: #5245e5;
--lyfx-blue-light: #6e8aeb;
/* Base */
--lyfx-text: #453d45;
--lyfx-bg-light: #f0f0f0;
--lyfx-white: #ffffff;
/* Typography */
--font-heading: "Maven Pro", sans-serif;
--font-body: "Inter", sans-serif;
}
1---2name: lyfx-corporate-design3description: lyfX.ai corporate design guidelines for consistent brand identity. Use when creating documents, websites, presentations, UI designs, or any visual material for lyfX.ai. Covers logo usage, color palette, typography, text hierarchy, and button styling.4---56# lyfX.ai Corporate Design78Apply these guidelines when creating any visual material for lyfX.ai.910## Logo1112Two variants available in `assets/`:1314- **logo-dark.png** - Dark logo for light backgrounds15- **logo-white.png** - White logo for dark backgrounds16- **favicon.png** - Favicon/app icon1718The logo consists of a molecular node icon + "lyfX.ai" wordmark (the "X" has a gradient).1920## Color Palette2122### Primary Color - Violet2324| Variant | HEX | RGB |25| ------- | --------- | ------------ |26| Light | `#9133eb` | 145, 51, 235 |27| Dark | `#611c94` | 97, 28, 148 |2829### Secondary Color - Soft Mint3031| Variant | HEX | RGB |32| ------- | --------- | ------------- |33| Light | `#9ef2cc` | 158, 242, 204 |34| Dark | `#4ac2ab` | 74, 194, 171 |3536### Accent Colors3738| Color | HEX (dark/light) | RGB (dark) |39| --------------- | --------------------- | ------------ |40| Light Coral | `#e54059` / `#f0807a` | 229, 64, 89 |41| Apricot | `#ed783d` / `#f5a670` | 237, 120, 61 |42| Cornflower Blue | `#5245e5` / `#6e8aeb` | 82, 69, 229 |4344### Base Colors4546| Color | HEX | RGB | Use |47| ---------------- | --------- | ------------- | ------------------------- |48| Dark Purple Grey | `#453d45` | 69, 61, 69 | Text on light backgrounds |49| Light Grey | `#f0f0f0` | 240, 240, 240 | Light backgrounds |50| White | `#ffffff` | 255, 255, 255 | Backgrounds, text on dark |5152## Typography5354**Google Fonts required:**5556- **Maven Pro** (Semibold) - Headlines & buttons57- **Inter** (Medium, Extrabold, Medium Italic) - Body text5859### Text Hierarchy6061**Light backgrounds:**62| Element | Font | Size | Color |63|---------|------|------|-------|64| H1 | Maven Pro Semibold | 36pt | Violet `#9133eb` |65| H2 | Maven Pro Semibold | 24pt | Violet `#9133eb` |66| H3 | Maven Pro Semibold | 18pt | Dark Purple Grey `#453d45` |67| Body | Inter Medium | 10pt | Dark Purple Grey `#453d45` |68| Emphasis | Inter Extrabold | 10pt | Dark Purple Grey `#453d45` |69| Note/small | Inter Medium | 8pt | Dark Purple Grey `#453d45` |7071**Dark backgrounds:**72| Element | Font | Size | Color |73|---------|------|------|-------|74| H1 | Maven Pro Semibold | 36pt | Soft Mint `#9ef2cc` |75| H2 | Maven Pro Semibold | 24pt | Soft Mint `#9ef2cc` |76| H3 | Maven Pro Semibold | 18pt | White `#ffffff` |77| Body | Inter Medium | 10pt | White `#ffffff` |78| Emphasis | Inter Extrabold | 10pt | White `#ffffff` |79| Note/small | Inter Medium | 8pt | White `#ffffff` |8081Sizes are relative - maintain proportions across applications.8283## Buttons8485| Background | Button Color | Text Color |86| ------------------------- | ------------------- | -------------------------- |87| Light (white, light grey) | Violet `#9133eb` | White |88| Dark (violet, dark grey) | Soft Mint `#4ac2ab` | Dark Purple Grey `#453d45` |8990Use rounded corners for buttons.9192## CSS Variables9394```css95:root {96 /* Primary */97 --lyfx-violet: #9133eb;98 --lyfx-violet-dark: #611c94;99100 /* Secondary */101 --lyfx-mint: #9ef2cc;102 --lyfx-mint-dark: #4ac2ab;103104 /* Accents */105 --lyfx-coral: #e54059;106 --lyfx-coral-light: #f0807a;107 --lyfx-apricot: #ed783d;108 --lyfx-apricot-light: #f5a670;109 --lyfx-blue: #5245e5;110 --lyfx-blue-light: #6e8aeb;111112 /* Base */113 --lyfx-text: #453d45;114 --lyfx-bg-light: #f0f0f0;115 --lyfx-white: #ffffff;116117 /* Typography */118 --font-heading: "Maven Pro", sans-serif;119 --font-body: "Inter", sans-serif;120}121```