# Lyfx Corporate Design

> 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.

- **Type:** Skill
- **Install:** `agentstack add skill-andremoreira73-useful-skills-from-lyfx-lyfx-corporate-design`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [andremoreira73](https://agentstack.voostack.com/s/andremoreira73)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [andremoreira73](https://github.com/andremoreira73)
- **Source:** https://github.com/andremoreira73/Useful-Skills-from-lyfX/tree/main/skills/lyfx-corporate-design

## Install

```sh
agentstack add skill-andremoreira73-useful-skills-from-lyfx-lyfx-corporate-design
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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

```css
: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;
}
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [andremoreira73](https://github.com/andremoreira73)
- **Source:** [andremoreira73/Useful-Skills-from-lyfX](https://github.com/andremoreira73/Useful-Skills-from-lyfX)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-andremoreira73-useful-skills-from-lyfx-lyfx-corporate-design
- Seller: https://agentstack.voostack.com/s/andremoreira73
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
