Extracted from cremecollective.com. The palette is warm, editorial, and intentionally restrained — just three core colors plus white and black for utility.
#FDF0E6
rgb(253, 240, 230)
#61132B
rgb(97, 19, 43)
#D32C29
rgb(211, 44, 41)
#EF475E
rgb(239, 71, 94)
#FFFFFF
rgb(255, 255, 255)
#E8D5C4
rgb(232, 213, 196)
Cream text on burgundy. Used sparingly for hero sections and high-impact areas. The site uses this for the nav bar overlay on the homepage hero image.
Cream text on red. Used for the footer and "What We Do" section. Creates energy and urgency — use for CTAs, banners, and key callouts in the portal.
The site uses SuisseIntl as its primary typeface (a premium commercial font). For the portal, we use Figtree — the site's declared fallback — which is a free Google Font with a similar clean, modern sans-serif feel.
Font stack: SuisseIntl, Figtree, Helvetica, Arial, sans-serif
Button styles, borders, and interactive patterns derived from the site. The Crème aesthetic is square-cornered, clean, and minimal — no rounded pills or heavy shadows.
The site uses generous, breathing whitespace. Recommended spacing for the portal:
How the Crème brand translates into a data-rich client portal.
Think editorial layout with data, not a SaaS analytics tool. Reports should feel like something you'd hand to a CFO or investor.
The cream background and burgundy text create warmth. Avoid cold grays and blues. Data visualizations should use the brand palette.
Generous whitespace between sections. Let each data point have room to breathe. Dense ≠ valuable. The site uses massive margins — the portal should too.
Use the red accent intentionally: alerts, key metrics, CTAs, and status indicators. It's the brand's energy color — don't dilute it.
Large, confident headings. Uppercase section labels. The typography hierarchy creates structure without heavy UI chrome.
The site uses (01), (02), (03) numbering for services. Apply the same pattern to report sections for consistency and wayfinding.
Copy-paste ready for the portal codebase:
:root {
/* Core Palette */
--cream: #FDF0E6;
--burgundy: #61132B;
--red: #D32C29;
--coral: #EF475E;
--white: #FFFFFF;
/* Derived */
--cream-dark: #E8D5C4;
--burgundy-light: #8A2040;
--red-light: #E85550;
/* Borders */
--border-light: rgba(218, 218, 218, 0.4);
--border-cream: rgba(253, 240, 230, 0.5);
/* Typography */
--font-primary: 'Figtree', Helvetica, Arial, sans-serif;
/* Spacing */
--space-xs: 8px;
--space-sm: 16px;
--space-md: 24px;
--space-lg: 32px;
--space-xl: 48px;
--space-2xl: 64px;
--space-3xl: 80px;
}