Skip to content
Palettise
Back to Explore

Noren Red

by Yuki Tanaka·Generated from prompt
complementarywarm
3.0(1)

Design Direction

Traditional Japanese restaurant — deep vermilion, warm black, clean vertical layout, respectful of tradition

Colour Strategy

complementary harmony from hue 5 with warm temperature

Typography Strategy

Fraunces headings paired with Outfit body text

Colour Palette

primary

#d15347

secondary

#55bac3

accent

#cbd841

neutral

#918888

success

#20c578

warning

#d48d11

error

#c52020

info

#205fc5

Typography

Heading

Fraunces, serif

View on Google Fonts ↗

Body

Outfit, sans-serif

View on Google Fonts ↗

Design is intelligence made visible

Great typography is the foundation of great design. The pairing of heading and body typefaces creates a visual hierarchy that guides the reader through content with clarity and purpose, while expressing personality at every level.

Spacing

4px base unit · balanced density

xs
4px
sm
8px
md
16px
lg
24px
xl
32px
2xl
48px
3xl
64px
4xl
96px

Border radius

none

0px

sm

2px

md

5px

lg

10px

xl

16px

full

9999px

Elevation

sunken
base
raised
floating
overlay

Shadows

low

0 1px 2px rgba(209, 83, 71, 0.02)

mid

0 2px 4px rgba(209, 83, 71, 0.03)

high

0 4px 8px rgba(209, 83, 71, 0.04)

Texture

grain · opacity 0.045 · multiply blend

grain · multiply · 0.045

Grid

expansive · 6 columns · 48px gutter · 120px margin · 1600px max

Columns6
Gutter48px
Margin120px
Max width1600px

Motion

Hover, click, and interact to see the motion tokens in action.

micro

80ms

Button press feedback
fast

150ms

Hover me
Colour & border transitions
normal

300ms

Toggles & state changes
slow

450ms

Panel content slides in at the slow duration - used for modals, drawers, and accordions.
glacial

600ms

Page transitions & loading states

Easings

General

Hover states, colour changes, most transitions

cubic-bezier(0.4, 0, 0.2, 1)

Enter

Elements appearing - modals, dropdowns, toasts

cubic-bezier(0, 0, 0.2, 1)

Exit

Elements leaving - dismissals, close animations

cubic-bezier(0.4, 0, 1, 1)

Bounce

Playful feedback - toggles, badges, confirmations

cubic-bezier(0.34, 1.4, 0.64, 1)

Spring

Physics-based - drag, gestures, elastic effects

cubic-bezier(0.25, 1.1, 0.5, 1)

Iconography

Icon style derived from the system's personality, mood, and visual tokens.

Recommended library

Material Symbols

Comprehensive icon system with variable weight and fill

Browse Material Symbols

Also consider Feather IconsLightweight icons with a delicate, airy stroke

Stroke weight

1.25px

Matches border width (1px)

Corner rounding

2px

Use for icon containers

Icon set preview (luxury) — 1.25px stroke

Size scale

xs

12px

sm

16px

md

20px

lg

24px

xl

32px

On colour

primary

secondary

accent

muted

error

success

ComponentsPro

Component showcase is a Pro feature

Upgrade to see fully themed buttons, inputs, cards, badges, and more - all wired to this system's tokens.

Upgrade to Pro

PatternsPro

Patterns are a Pro feature

Upgrade to see fully themed form layouts, empty states, loading skeletons, and error handling - all built with this system's tokens.

Upgrade to Pro

Export

Code Tokens
:root {
  /* ─── Colors: Primary ─── */
  --color-primary-50: #f9f6f6;
  --color-primary-100: #f0eaea;
  --color-primary-200: #ead4d2;
  --color-primary-300: #e9aba5;
  --color-primary-400: #de857c;
  --color-primary-500: #d15347;
  --color-primary-600: #b8392e;
  --color-primary-700: #972f26;
  --color-primary-800: #65342f;
  --color-primary-900: #3f2e2c;
  --color-primary-950: #2a1e1d;

  /* ─── Colors: Secondary ─── */
  --color-secondary-50: #f6f8f8;
  --color-secondary-100: #ebeff0;
  --color-secondary-200: #d4e6e7;
  --color-secondary-300: #acdde2;
  --color-secondary-400: #86ced5;
  --color-secondary-500: #55bac3;
  --color-secondary-600: #3ca1aa;
  --color-secondary-700: #31848c;
  --color-secondary-800: #355c5f;
  --color-secondary-900: #2e3c3d;
  --color-secondary-950: #1f2829;

  /* ─── Colors: Accent ─── */
  --color-accent-50: #f9f9f6;
  --color-accent-100: #f0f1ea;
  --color-accent-200: #e9ebd1;
  --color-accent-300: #e6eca2;
  --color-accent-400: #dae378;
  --color-accent-500: #cbd841;
  --color-accent-600: #b2be27;
  --color-accent-700: #929d20;
  --color-accent-800: #62672d;
  --color-accent-900: #3e402b;
  --color-accent-950: #2a2b1d;

  /* ─── Colors: Neutral ─── */
  --color-neutral-50: #f8f7f7;
  --color-neutral-100: #eeedec;
  --color-neutral-200: #dfdddd;
  --color-neutral-300: #c9c5c5;
  --color-neutral-400: #b1abaa;
  --color-neutral-500: #918888;
  --color-neutral-600: #776f6e;
  --color-neutral-700: #625b5b;
  --color-neutral-800: #4d4747;
  --color-neutral-900: #383433;
  --color-neutral-950: #252322;

  /* ─── Colors: Semantic ─── */
  --color-success: #20c578;
  --color-success-light: #eff6f2;
  --color-warning: #d48d11;
  --color-warning-light: #f7f3ee;
  --color-error: #c52020;
  --color-error-light: #f6efef;
  --color-info: #205fc5;
  --color-info-light: #eff1f6;

  /* ─── Colors: Surface ─── */
  --color-background: #fafafa;
  --color-foreground: #1c1717;
  --color-card: #FFFFFF;
  --color-card-foreground: #1c1717;
  --color-muted: #f3f2f2;
  --color-muted-foreground: #6b6261;
  --color-border: #e7e4e4;
  --color-input: #e2dfdf;
  --color-ring: #d15347;

  /* ─── Typography ─── */
  --font-heading: Fraunces, serif;
  --font-body: Outfit, sans-serif;
  --font-mono: JetBrains Mono, monospace;

  /* ─── Spacing ─── */
  --space-lg: 24px;
  --space-md: 16px;
  --space-sm: 8px;
  --space-xl: 32px;
  --space-xs: 4px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;

  /* ─── Border Radius ─── */
  --radius-lg: 10px;
  --radius-md: 5px;
  --radius-sm: 2px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --radius-none: 0px;

  /* ─── Shadows ─── */
  --shadow-low: 0 1px 2px rgba(209, 83, 71, 0.02);
  --shadow-mid: 0 2px 4px rgba(209, 83, 71, 0.03);
  --shadow-high: 0 4px 8px rgba(209, 83, 71, 0.04);

  /* ─── Motion ─── */
  --duration-micro: 80ms;
  --duration-fast: 150ms;
  --duration-normal: 300ms;
  --duration-slow: 450ms;
  --duration-glacial: 600ms;
  --easing-default: cubic-bezier(0.4, 0, 0.2, 1);
  --easing-entrance: cubic-bezier(0, 0, 0.2, 1);
  --easing-exit: cubic-bezier(0.4, 0, 1, 1);
  --easing-bounce: cubic-bezier(0.34, 1.4, 0.64, 1);
  --easing-spring: cubic-bezier(0.25, 1.1, 0.5, 1);

  /* ─── Elevation ─── */
  --elevation-sunken: #f0efef;
  --elevation-base: #fafafa;
  --elevation-raised: #FFFFFF;
  --elevation-floating: #FFFFFF;
  --elevation-overlay: #fdfcfc;

  /* ─── Component Scale (balanced) ─── */
  --comp-padding-x: 1rem;
  --comp-padding-y: 0.5rem;
  --comp-gap: 0.75rem;
  --comp-border-width: 1px;
  --comp-font-size: 0.875rem;
  --comp-input-height: 2.5rem;
  --comp-button-height: 2.5rem;
  --comp-icon-size: 1.25rem;

  /* ─── Grid (expansive) ─── */
  --grid-columns: 6;
  --grid-gutter: 48px;
  --grid-margin: 120px;
  --grid-max-width: 1600px;

}
Brand DocumentsPro

Brand Guidelines

Standalone HTML, print to PDF. Colours, typography, spacing, all in one page.

Presentation Deck

PPTX template with palette, typography, and blank slides in your brand.

Figma Tokens

JSON for Tokens Studio plugin. Import colours, type, spacing straight into Figma.

PDF Brand Guide

Full brand guidelines as a real PDF file. Colours and typography rendered exactly.

AI Skill

System prompt you can paste into Cursor or any AI tool to generate on-brand UI instantly.