Loading…
Logo, palette, fonts — applied across every Studio surface. Saved on this device today; per workspace once you sign in.
PNG · SVG · JPG, up to 1.5 MB. Stored on your device.
Your palette, fonts, and logo flow into every Studio surface — Slides themes, Sheets charts, Docs defaults.
:root {
/* My brand — exported from Hypeify Studio */
--brand-primary: #8b5cf6;
--brand-primary-contrast: #000000;
--brand-secondary: #6366f1;
--brand-secondary-contrast: #000000;
--brand-accent: #22d3ee;
--brand-accent-contrast: #000000;
--brand-neutral: #34d399;
--brand-neutral-contrast: #000000;
--brand-highlight: #fb7185;
--brand-highlight-contrast: #000000;
--brand-font-display: "Inter Tight", system-ui, sans-serif;
--brand-font-body: "Inter", system-ui, sans-serif;
--brand-radius: 12px;
}