Back to Gallery

Clone comparison

Orbit Desk · Theme switch DESIGN.md

A space-operations console with light and dark themes, dense system readings, and navigation that contracts cleanly on smaller screens.

Updated:

What this example demonstrates

  • Theme switch
  • Data layout
  • Responsive navigation

DESIGN.md

The design rules extracted from the same page as this preview.

YAML contains exact design values · Markdown explains how to use them

Read the Google Labs format specification
Colors6
Typography7
Layout and responsive8
Components5

Foundations

The palette, type hierarchy, spacing, corners, and depth recorded in this file.

Colors

6
Surface Canvas
#adf1df
Surface Raised
rgba(255,255,255,.72)
Surface Raised Foreground
#66728a
Accent 1
#10203d
Accent 2
#2356d8
Accent 3
#66dcb5

Typography

2
Body
fontSize: 14pxlineHeight: 1.45

Build from the page's own design language

Arial,sans-serif

Display
lineHeight: .9letterSpacing: -.06em

Build from the page's own design language

Arial,sans-serif

Samples use fonts available in your browser. Exact values remain in the file.

Typography by region

5
PatternGuidance
Level 1 headingUse color `#10203d`; font-family `Arial,sans-serif`; font-size `clamp(34px,5vw,72px)`; letter-spacing `-.06em`; line-height `.9`; margin `12px 0`.
Level 2 headingUse color `#10203d`; font-family `Arial,sans-serif`.
PageUse font-family `Arial,sans-serif`; font-size `14px`; font-stretch `normal`; font-style `normal`; font-variant `normal`; font-weight `normal`; line-height `1.45`.
ParagraphUse color `#10203d`; font-family `Arial,sans-serif`. When viewport width <= 700px, use display `none`.
Strong textUse color `#10203d`; display `block`; font-family `Arial,sans-serif`; font-size `36px`; margin-top `15px`.

Spacing

4
Step 1
8px
Step 2
12px
Step 3
20px
Step 4
24px

Layout and responsive

Layout and viewport rules appear here only when the DESIGN.md contains matching evidence.

PatternGuidance
ArticleUse background `rgba(255,255,255,.72)`; border `1px solid #cbd7ef`; border-radius `20px`; color `#10203d`; font-family `Arial,sans-serif`. Observed alternatives: - Use min-height `300px`; padding `24px`. When viewport width <= 700px, use min-height `250px`. - Use padding `20px`.
Complementary contentUse align-content `start`; background `rgba(255,255,255,.72)`; border `1px solid #cbd7ef`; border-radius `20px`; color `#10203d`; display `grid`; font-family `Arial,sans-serif`; gap `8px`; padding `18px`. When viewport width <= 700px, use display `flex`; overflow `auto`.
Flex containerUse color `#10203d`; display `flex`; font-family `Arial,sans-serif`. Observed alternatives: - Use align-items `end`; border-bottom `1px solid #cbd7ef`; gap `12px`; height `180px`. - Use align-items `end`; justify-content `space-between`. When viewport width <= 700px, use align-items `start`. - Use border-top `1px solid #cbd7ef`; justify-content `space-between`; padding `13px 0`.
Grid containerUse color `#10203d`; display `grid`; font-family `Arial,sans-serif`; gap `18px`. When viewport width <= 700px, use grid-template-columns `1fr`. Observed alternatives: - Use grid-template-columns `1fr 1fr`. - Use grid-template-columns `220px 1fr`. - Use grid-template-columns `repeat(3,1fr)`.
HeaderUse align-items `center`; color `#10203d`; display `flex`; font-family `Arial,sans-serif`; justify-content `space-between`; margin-bottom `20px`.
Main contentUse background `radial-gradient(circle at 70% 0,#adf1df 0,transparent 30%),radial-gradient(circle at 10% 40%,#cbbdff 0,transparent 35%),#eef3ff`; color `#10203d`; font-family `Arial,sans-serif`; min-height `100vh`; padding `20px`.
PageUse margin `0`.
SectionUse color `#10203d`; display `grid`; font-family `Arial,sans-serif`; gap `18px`.

Components and states

Component facts group the properties and states that were traced to the same page capture.

Components

3

Field Label

backgroundColor
{colors.surface-raised}
rounded
99px

Main Content

textColor
{colors.accent-1}
padding
20px

Complementary Content

backgroundColor
{colors.surface-raised}
rounded
20px
padding
18px
PatternGuidance
CheckboxUse color `#10203d`; font `inherit`; font-family `Arial,sans-serif`.
Field labelUse align-items `center`; background `rgba(255,255,255,.72)`; border `1px solid #cbd7ef`; border-radius `99px`; color `#10203d`; display `flex`; font-family `Arial,sans-serif`; gap `8px`; padding `10px 14px`.

What is included

See which parts of the website style are included in this file.

What could not be captured

  • The capture does not establish every font-size, font-weight, letter-spacing, line-height, opaque-background value.
  • Some page-specific relationships and generated decorations could not be summarized as reusable element styles. Use the accompanying source project for those details.

Recreation challenge

Theme relationships and status colors must remain coherent in both modes while dense controls still fit a responsive shell.

Limits of this example

The safe first-party theme switch is retained, but operational controls and telemetry are not connected to live systems.

DESIGN.md

Design facts from the same capture

Download DESIGN.md
  • Grid container: Use color `#10203d`; display `grid`; font-family `Arial,sans-serif`; gap `18px`. When viewport width <= 700px, use grid-template-columns `1fr`. Observed alternatives: - Use grid-template-columns `1fr 1fr`. - Use grid-template-columns `220px 1fr`. - Use grid-template-columns `repeat(3,1fr)`.
  • Article: Use background `rgba(255,255,255,.72)`; border `1px solid #cbd7ef`; border-radius `20px`; color `#10203d`; font-family `Arial,sans-serif`. Observed alternatives: - Use min-height `300px`; padding `24px`. When viewport width <= 700px, use min-height `250px`. - Use padding `20px`.
  • Paragraph: Use color `#10203d`; font-family `Arial,sans-serif`. When viewport width <= 700px, use display `none`.
  • Checkbox: Use color `#10203d`; font `inherit`; font-family `Arial,sans-serif`.
  • Surface Canvas: #adf1df
  • Spacing: 8px · 12px · 20px · 24px

Use this workflow for your own page

Turn your public webpage into a project, then give the source and DESIGN.md to your coding tool. These guides walk through the steps.

More from Gallery

Extract your own webpage

Enter a public page you own or have permission to use. Get a Tailwind CSS v4 project and DESIGN.md. Your URL is kept when you sign in.