liatrio-brand

Applies Liatrio's official brand colors, typography, and visual identity to any artifact. Use this skill whenever creating UI code, presentations, documents, diagrams, slide decks, or any content that should follow Liatrio brand guidelines. Also use it when the user asks about Liatrio brand colors (#24AE1D), fonts (DM Sans), logos, dark/light mode theming, or visual style — even if they don't explicitly say "brand guidelines". When in doubt, apply the brand.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "liatrio-brand" with this command: npx skills add liatrio/liatrio-branding-skill/liatrio-liatrio-branding-skill-liatrio-brand

Overview

Apply Liatrio's official visual identity consistently across all artifacts. Brand guidelines are encoded below — no network access required. For always-current data, run:

bash ./scripts/fetch-brand-data.sh

Pre-bundled logo files are in ./assets/logos/. Use the variant that matches your background (see Logo Usage below).


Color Palette

Primary Colors

These are the core brand colors. Primary Green (#24AE1D) is the hero color — use it prominently in key brand moments.

NameHEXRGBUse
Grey 800#11111117, 17, 17Primary text, dark elements
White#ffffff255, 255, 255Backgrounds, light elements
Primary Green#24AE1D36, 174, 29Hero brand color — CTAs, highlights, key accents
Bright Green#89df00137, 223, 0Accents and decorative highlights (use sparingly)

Secondary Colors

NameHEXRGBUse
Grey 700#1e1e1e30, 30, 30Dark backgrounds, surfaces
Grey 100#eeeeee238, 238, 238Light backgrounds, borders
Lagoon#00C1DB0, 193, 219Accent blue, data viz, links

Tertiary Colors

NameHEXRGBUse
Black#0000000, 0, 0Pure black
Grey 600#33333351, 51, 51Medium-dark text
Grey 500#666666102, 102, 102Secondary text, captions
Grey 400#999999153, 153, 153Placeholders, disabled states
Grey 300#cccccc204, 204, 204Borders, dividers
Grey 200#dddddd221, 221, 221Subtle backgrounds
Dark Blue#003d5c0, 61, 92Deep blue accent
Deep Sea#0069890, 105, 137Ocean blue accent
Hot Red#E63946230, 57, 70Alerts, errors, emphasis
Flame Orange#F77F00247, 127, 0Warnings, energy

Background Colors

ModeNameHEXUse
LightPrimary#ffffffMain page background
LightSecondary#f8f9faCards, elevated sections
DarkPrimary#1a1f23Main dark background
DarkSecondary#1E2327Dark cards, elevated surfaces

Typography

Single typeface: DM Sans (Google Fonts) — use it for all text, including headlines, body copy, and UI elements.

<!-- Import from Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
font-family: 'DM Sans', sans-serif;

Type Scale

LevelSizeWeightNotes
H148–60pxBold or ExtraBoldHero headlines, page titles
H236–40pxBold or SemiBoldSection headers
H328–32pxSemiBold or MediumSub-section headers
Body16–18pxRegular or MediumDefault reading text
Caption12–14pxRegularLabels, metadata

Available Weights

Thin (100), ExtraLight (200), Light (300), Regular (400), Medium (500), SemiBold (600), Bold (700), ExtraBold (800), Black (900)


Logo Usage

Variant Selection

BackgroundRecommended LogoFile
Light (>50% brightness)Main logologo_Liatrio.svg
Light (alt/single color)Black logologo_Liatrio_black.svg
Dark (<50% brightness)Reverse color (preferred)logo_Liatrio_reverse-preferred.svg
Dark (minimal)Reverse whitelogo_Liatrio_reverse.svg

Logomarks (compact/square contexts)

VariantFileUse
Main logomarklogomark_Liatrio.svgLight or dark backgrounds (avoid green backgrounds)
Square logomarklogomark_Liatrio_background.svgWhen equal padding on all sides is required
Reverse logomarklogomark_Liatrio_reverse.svgDark backgrounds
Black logomarklogomark_Liatrio_black.svgLight backgrounds, single-color contexts

All files are pre-bundled at ./assets/logos/. Each SVG has a matching PNG.

Clear Space

Maintain clear space around the logo equal to the height of the "L" in "Liatrio" on all sides.

Prohibited Modifications

  • Do not distort, stretch, or rotate the logo
  • Do not recolor or add effects (shadows, outlines, gradients) to the logo
  • Do not place the logo on backgrounds that cause low contrast
  • Do not recreate the logo in a different typeface

Dark/Light Mode Guidance

Light Mode

--bg-primary: #ffffff;
--bg-secondary: #f8f9fa;
--text-primary: #111111;
--text-secondary: #333333;
--accent: #24AE1D;

Use logo_Liatrio.svg (color) or logo_Liatrio_black.svg.

Dark Mode

--bg-primary: #1a1f23;
--bg-secondary: #1E2327;
--text-primary: #ffffff;
--text-secondary: #eeeeee;
--accent: #24AE1D;

Use logo_Liatrio_reverse-preferred.svg (preferred) or logo_Liatrio_reverse.svg.

Accessibility

  • Minimum contrast ratio: 4.5:1 for normal text, 3:1 for large text (WCAG AA)
  • Never use color as the sole means of conveying information
  • Provide alt text for all logo images

Live Brand Data

For always-current brand information (useful if this skill's cached data may be stale):

bash ./scripts/fetch-brand-data.sh

This fetches https://www.liatrio.com/brand-data.json and returns the full brand specification as JSON.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

OpenClaw Mobile Gateway Installer

Installs and manages OpenClaw mobile gateway as a system service. Invoke when users need one-command deploy, start, stop, upgrade, or uninstall.

Registry SourceRecently Updated
Coding

Agent Stack Picker

Recommend a minimal, battle-tested stack for AI-agent-driven product development. Use when choosing technology for web, mobile, desktop, backend, automation,...

Registry SourceRecently Updated
Coding

Github Actions Gen

Unknown: help. Use when you need github actions gen capabilities. Triggers on: github actions gen, type, lang, deploy, matrix, no-cache.

Registry SourceRecently Updated
1080ckchzh
Coding

Fontpick

Font pairing and typography helper for designers and developers. Get selectd font pairings by style (modern, classic, minimal, bold, code), generate CSS font...

Registry SourceRecently Updated