Acap Bicol — decoded design system
Acap Bicol's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/acap-bicol.github.io.
Decoded design system
Acap Bicol's decoded design system: background #FFFFFF, text #212121, accent #232C5E, link #232C5E, primary #232C5E; type scale h1 16px / h2 20px / body 11px; 4px spacing base; 4px base radius. The single interactive/action color is #232C5E — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F1F1F1 |
| border | #DDDDDD |
| text | #212121 |
| text_muted | #757575 |
| primary | #232C5E |
| accent | #232C5E |
| link | #232C5E |
| secondary | #689F38 |
| button_bg | #232C5E |
| button_text | #CED3EF |
Using these colors
- Action color
#232C5E— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#232C5E— one role, not several (the action color).- accent
#232C5E— THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. - secondary
#689F38— optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
Typography
- Heading: Roboto
- Body: Roboto
- h1: 16px
- h2: 20px
- body: 11px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px
Radii
- base: 4px
- button: 4px
Responsive (measured)
- breakpoints: 320px · 465px · 501px · 566px · 600px · 900px
- mobile (390px): nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/acap-bicol.github.io
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/acap-bicol.theme.ts https://mozaika.design/api/astryx/decode/acap-bicol.github.io.ts
registry item · astryx theme · or query it over MCP: get_design_system("Acap Bicol")
Export: DESIGN.md
# Acap Bicol — Design System > light, professional, medium, material — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F1F1F1` | | border | `#DDDDDD` | | text | `#212121` | | text_muted | `#757575` | | primary | `#232C5E` | | accent | `#232C5E` | | link | `#232C5E` | | secondary | `#689F38` | | button_bg | `#232C5E` | | button_text | `#CED3EF` | **Using these colors** - **Action color** `#232C5E` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `accent`, `link`, `button_bg` are all `#232C5E` — one role, not several (your action color). - **accent** `#232C5E` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. - **secondary** `#689F38` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. - **Page coverage** (full-page screenshot pixels): `#F7FAFC` 99% · `#CBCED7` 1% ## Typography - Heading: **Roboto** - Body: **Roboto** - h1: 16px - h2: 20px - body: 11px > **Fonts —** Roboto — free, on Google. ## Spacing - base unit: 4px - scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px ## Radius - base: 4px - button: 4px ## Primary button - bg `#232C5E` · text `#CED3EF` · radius 4px ## Responsive (measured) - breakpoints: 320px · 465px · 501px · 566px · 600px · 900px - mobile (390px): body 16px · nav: inline ## How to apply Paste the Tailwind `@theme` (or CSS variables) as your base, then build each section to its spec — verify every color, radius, and font against these tokens. Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them. --- > **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/acap-bicol.github.io
An automated reading of Acap Bicol's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with acap-bicol.github.io. No screenshots stored. Removal requests: hello@mozaika.design.