Analyse du design system

restaurantmadameb.com

restaurantmadameb.com is built on a pure-white canvas (rgb(255,255,255)). The system uses rgb(223, 166, 130) as the accent for primary actions and brand signals. Sharp 0px corners on CTAs — architectural restraint, engineering precision alongside OpenSans as the primary typeface. OpenSans is paired with Gopher for secondary roles. A layered elevation system (5 distinct shadows) building a clear front-to-back hierarchy. Motion is a first-class concern — 31 keyframe animations plus transition-driven interactions.

Accent #dfa682 · police principale OpenSans

Chaque valeur ci-dessous est vérifiée à la capture. getdesign.md décrit — prismd montre : chaque couleur, police et courbe ici a été lue via getComputedStyle() sur le rendu réel capturé à droite, jamais affirmée à la main.

Rapport DESIGN.md complet · light & dark · fichiers tokens · Paiement non activé — on mesure la demande d’abord.

https://www.restaurantmadameb.com ·extrait le 2026-08-04 ·scorer v2 ·moteur getComputedStyle
Desktop · source de vérité
restaurantmadameb.com desktop
Mobile
restaurantmadameb.com mobile
01

Couleurs — rôles, sémantique & recensement complet

8 couleurs mesurées · clique une pastille pour copier

Canvas
#ffffff
AAA 16.79:1
Ink
#0f1650
AAA 16.79:1
Accent
#dfa682
Fail 2.12:1
Line
#999999
Fail 2.85:1
États sémantiques

Aucune couleur d’état sémantique détectée — ce système signale l’état par le poids & le motion, pas la teinte.

8 couleurs extraites du rendu livedéplier
02

Typographie — l’échelle, dans la vraie police

6 rôles · rendu live dans la vraie OpenSans (woff2 capturé) · lignes éditables, clique une spec pour copier

display xl
display-xl34.992px · 700
display lg
display-lg34.992px · 700 · ×1.00
body
body12.006px · 400 · ×2.91
body sm
body-sm16px · 700 · ×0.75
caption
caption12.006px · 400 · ×1.33
button
button18px · 700 · ×0.67
03

Espacements & arrondis, rendus spatiaux

9 paliers d’espacement · 7 arrondis · barres = largeurs px exactes

Échelle d’espacement
xxs · 2px
xs · 8px
sm · 15px
md · 16px
base · 20px
lg · 24px
xl · 32px
2xl · 50px
3xl · 72px
Arrondis
none
0px
xs
7px
sm
8px
md
16px
lg
20px
xl
30px
full
9999px
04

Profondeur — l’élévation est extraite, pas inventée

5 ombres mesurées sur la page live · clique une tuile pour copier sa valeur brute

shadow-1
shadow-2
shadow-3
shadow-4
shadow-5
05

Motion — courbes, transitions & keyframes réels

2 courbes d’easing · 31 keyframes · survole une tuile pour prévisualiser

Courbes & transitions
transition-1ease-in-out
transition-5cubic-bezier(0.36, 0.43, 0.57, 1.53)
31 animations keyframes extraites
restaurant-book-heart
bounce
lightningRotation
marching-ants
Toastify__trackProgress
Toastify__bounceInRight
Toastify__bounceOutRight
Toastify__bounceInLeft
Toastify__bounceOutLeft
Toastify__bounceInUp
Toastify__bounceOutUp
Toastify__bounceInDown
06

Composants — le vocabulaire fermé

10 familles de composants · 57 variantes comptées sur le DOM live

ComposantVariantes
buttons×10
nav Links×10
links×10
badges×6
footer Links×5
timeline Pill×5
cards×4
inputs×3
heading H2×3
heading H1×1
Specs de style des composants (§4)déplier

Buttons

Pill

  • Background: transparent
  • Text: #0f1650 {colors.primary-hover}
  • Padding: 12px 35px 14px
  • Radius: 30px
  • Border: 1px solid rgb(15, 22, 80)
  • Font: 18px weight 700
  • Use: Status pills, tags, chips

Pill

  • Background: #ffffff {colors.background}
  • Text: #0f1650 {colors.primary-hover}
  • Padding: 0px
  • Radius: 50px
  • Border: 1px solid rgb(255, 255, 255)
  • Font: 16px weight 700
  • Use: Status pills, tags, chips

Cards & Containers

Standard Card

  • Background: transparent
  • Padding: 0px
  • Radius: 0px
  • Shadow: rgba(15, 22, 80, 0.25) 0px 0px 6px 0px
  • Use: Content containers, listing items

Inputs & Forms

Text Input

  • Background: #ffffff {colors.background}
  • Text: #000000
  • Padding: 0px 8px
  • Radius: 8px
  • Border: 1px solid rgb(15, 22, 80)
  • Font: 18px weight 400
  • Use: Text fields, search inputs
  • Hover: outline: rgb(15, 22, 80)
  • Focus: outline: rgb(15, 22, 80) solid 1px
07

Mise en page — structure & dimensions

5 métriques de layout mesurées

header 948px 1200px max-width
max Width1200px
header Height948px
sidebar Width0px
gap16px
container Padding0px
08

Responsive — vrais breakpoints

16 points de rupture lus dans le CSS live

384px
400px
428px
440px
480px
600px
639px
660px
767px
768px
787px
1023px
1024px
1279px
1280px
1536px
09

À faire / À éviter

16 règles applicables, verbatim de la spec

À faire
Use Navy Blue (`#0f1650`) for text — not pure black, it's warmer and more readable
Use OpenSans as the primary typeface — it defines the brand personality
Use the extracted shadow patterns for elevation — they are tuned to match the brand palette
Use Tangerine (`#dfa682`) as the primary accent — it's the brand's signature interactive color
Style form inputs with a `1px solid rgb(15, 22, 80)` border — use border-based inputs, not floating labels or underline-only
Keep navigation fixed to the top — the design uses a persistent navigation pattern
Maintain nav height at 104px — consistent vertical space for the navigation bar
Make the navigation fixed — it stays visible during scroll, signaling content depth
Each card includes a top image — imagery is part of the card identity, not optional
À éviter
Don't use pure black (`#000000`) for text — the near-black adds warmth
Don't substitute with generic sans-serif or serif — the custom font carries the brand
Don't invent new shadow values — use only the extracted shadow levels
Don't introduce additional saturated accent colors — the palette is intentionally controlled
Don't remove the input border — the border is the primary affordance indicator for form fields
Don't collapse or hide the nav on scroll without an explicit scroll-triggered animation — the design uses fixed nav presence
Don't over-build the footer — this design keeps it minimal (2 cols, 11 links)
10

Guide agent & export

Prompt prêt à coller + les vrais fichiers derrière cette page

Construis une UI dans le design system de restaurantmadameb.com. Fond #ffffff · encre #0f1650 · accent #dfa682. Typo : OpenSans — respecte l’échelle taille/graisse du §3. Arrondis, espacements, ombres : uniquement les échelles extraites (aucun nombre magique). La spec complète suit — colle le DESIGN.md ci-dessous dans ton agent.
Chaque valeur ci-dessus est vérifiée par getComputedStyle.