Harmonize palette and air,
keep the vision whole.
Designography Designography: Aesthetic Design System
While generative AI easily renders compelling images, outputs often suffer from shifting colors and inconsistent styles, making brand coherence hard to sustain. Kamos Designography is a design system that structures color palettes, typography, spacing, and watercolor tactile textures into clean JSON definitions. With roughly 200 rich tone presets ready to use and the browser-based "Tone Builder" allowing you to freely add custom tones, you can effortlessly maintain a consistent aesthetic. Connected through Kamos Bridge, the exact same tone definitions are available across Suite (Web), Edge (PC), and Phone (Mobile).
Three Key Features of Designography
A flexible architecture that ensures consistent brand atmospheres while inviting custom creative expansion.
Over 200 Aesthetic Tones
From Bauhaus and Art Deco to organic watercolors, 90s nostalgia, and minimalist modernism. Pick any tone preset to establish an instant, cohesive aesthetic.
Custom Tones via Tone Builder
Beyond built-in presets, create your own custom tones using the visual "Tone Builder" tool. Pick primary and accent hues and register reference images to expand your aesthetic studio.
Unified via Kamos Bridge
Powered by "Kamos Bridge", Suite (Web), Edge (PC), and Phone (Mobile) share the identical tone catalog. Create and iterate across devices with total visual coherence.
Six Dimensions of the Designography Schema
Designography is far more than a simple color palette. It structures colors, typography, spacing, corner radiuses, depth, and AI directives into a unified JSON architecture.
Designography Core Definition
Color Palette Hierarchy
Defines Primary hue and roles, Secondary background veils, Neutrals (default/subtle text), Accents/Vitamin highlights, Surfaces, and Border colors.
Typography Standards
Sets English & Japanese font pairings, modular scale from h1 to caption (rem), line-height ratios, and architectural typographic character.
Geometry & Elevation
Formulates corner curvature (R0 sharp to R8 soft) and layered shadows (low, medium, high, focus) for floating UI depth.
Motion & Tactile Timing
Encodes micro-interaction durations (short: 0.2s / medium: 0.3s) and natural physics easing curves (organic spring bounce).
Visual Grounding (Visual RAG)
Binds up to 5 reference images (watercolor washes, pen line textures, brushwork) directly injected into the AI vision pipeline.
AI Pipeline Directives
Directives automatically appended to Gemini image and UI generation calls, regulating composition, white space, and chromatic drift.
{
"id": "kamos_designography",
"version": "1.0.0",
"palette": {
"primary": { "hex": "#10B981", "hover": "#059669" },
"secondary": { "hex": "#F0E6FA", "usage": "background veil" },
"neutrals": { "text_default": "#333333", "text_subtle": "#6B7280" },
"accents": { "blue": "#3B82F6", "purple": "#8B5CF6", "amber": "#F59E0B" }
},
"typography": {
"families": { "english": "Josefin Sans", "japanese": "Noto Sans JP" },
"sizes_rem": { "h1": 2.5, "body": 1.0 }
},
"shape_and_elevation": {
"corner_radius_px": { "small": 4, "medium": 6, "large": 8 },
"shadows": { "low": "0 1px 3px rgba(0,0,0,0.08)" }
},
"reference_images": [ "watercolor_sample_01.png", "handcraft_sample_02.png" ],
"gemini_prompt_addendum": "Render with translucent panes, generous white space, and softly rounded R8 shells..."
}
Add Custom Tones with Tone Builder
Expand beyond existing presets by visually crafting and storing your brand's unique palettes in the browser.
Visual Palette Tuning
Pick Primary, Secondary, and up to 3 Accent colors with real-time contrast checking and live swatches.
Reference Image Grounding
Attach up to 5 reference images showing desired brushwork, lighting, or atmosphere. The AI reads them as visual grounding (Visual RAG).
Cloud Sync Everywhere
Saved to Firestore and instantly accessible across Suite, Edge, and Phone with star (★) markers for personal presets.