Assets

Every file here is rendered on demand from the same geometry the live bird runs on; there is no drifting master file. SVGs are resolution-independent; the PNG button rasterizes at 1024px in your browser.

Marks

Lio mark

Lio mark

The bird alone, transparent background.

SVG
Lio app icon

Lio app icon

The mark on its porcelain gradient squircle.

SVG
Lio mark, blinking

Lio mark, blinking

The app icon with the blink cycle embedded (animated SVG).

SVG
Blot

Blot

Trial 18: classic oval blush in Tassel Red.

SVG
Streak

Streak

Trial 18: three anime blush lines in Tassel Red.

SVG
Grin

Grin

Trial 18: crescent blush in Tassel Red.

SVG

Palette

CSS custom properties

:root {
  --folio-lemon: #fde047;
  --folio-amber: #f59e0b;
  --folio-ink: #0f172a;
  --folio-tassel-red: #ef4444;
  --folio-porcelain: #ffffff;
  --folio-silver: #cbd5e1;
}

JSON

{
  "Lemon": "#fde047",
  "Amber": "#f59e0b",
  "Ink": "#0f172a",
  "Tassel Red": "#ef4444",
  "Porcelain": "#ffffff",
  "Silver": "#cbd5e1"
}