The brand & design system for Jessica Andrick, LCPC — a quiet, considered toolkit for a practice built on safety, connection, and compassion.
01 — Brand essence
Everything in this system serves one feeling: that reaching out is safe. The voice is warm and human, occasionally light, never clinical or corporate. These four words decide every design call that follows.
Muted, natural color and airy space. Nothing bright, neon, or loud.
Plain language and an easy first step — a free 15-minute consultation.
Credible and steady. Elegant type and real structure earn trust.
Warmth and thoughtful humor. A person, not a clinic.
02 — Color
Drawn straight from the lotus mark: a warm cream ground, a slate ink, and four soft petal-and-leaf accents. Use cream and slate for nearly everything; let the accents appear sparingly, like color in a garden.
For body text on cream, prefer the deeper variants — #5F7A6A sage and #A8788A rose — so links and labels stay readable (WCAG AA). The lighter tints are for fills, chips, and large shapes.
03 — Typography
An elegant high-contrast serif carries the headings and echoes the ANDRICK wordmark; a soft humanist sans does the reading. The contrast — refined display over gentle body — is the whole personality in two typefaces.
04 — Logo & lockups
A lotus — growth, renewal, calm — over the wordmark. Use the stacked lockup as the default. The circle badge is for avatars and favicons; the horizontal lockup suits headers and email signatures.
05 — Components
The handful of elements the website is built from. Generous padding, pill-shaped buttons, and soft borders keep everything calm and easy to act on.
Buttons
Conditions & tags
Contact field set
Support from fertility and pregnancy through postpartum and parenthood — drawing on both training and lived experience.
Primary call to action
A short, no-pressure call to see if we’re a good fit. Accepting new clients of all ages, all backgrounds.
06 — Imagery
Per the brief: soft, non-human imagery — botanicals, natural textures, light through windows, calm interiors. No generic stock people. When professional headshots and office photos are ready, they slot into the About and Contact pages.
07 — Voice & tone
Write the way Jessica speaks with a new client: warm, direct, unhurried, with room for a little lightness. Short sentences. Plain words. Always an easy next step.
08 — Design tokens
The whole system as CSS custom properties. Drop this into the site’s stylesheet (it ships as design-system/tokens.css) and reference the variables everywhere.
/* Andrick Counseling — core tokens */ :root { /* color */ --color-cream: #F7F3E9; --color-cream-deep: #EFEADC; --color-slate: #3D424F; --color-slate-soft: #565C6B; --color-sage: #7C9384; --color-sage-deep: #5F7A6A; --color-rose: #C396A4; --color-rose-deep: #A8788A; --color-blue: #A8C0CC; --color-plum: #4A3A5B; --color-neutral: #8B867E; /* type */ --font-display: "Cormorant Garamond", Georgia, serif; --font-body: "Mulish", system-ui, sans-serif; --tracking-wordmark: 0.22em; --tracking-label: 0.18em; /* radius + motion */ --radius-md: 12px; --radius-lg: 20px; --radius-pill: 999px; --ease: cubic-bezier(.22,.61,.36,1); }