Color Themes
Every landing page picks from one of 18 preset color themes. Each theme tunes three things: the accent color (buttons, links, focus rings), the page background, and the section card background - all with matching shades for light and dark mode. There's no free-form hex picker by design; preset themes keep pages looking professional without design effort.
All themes
How themes apply
At publish time, the renderer injects theme-specific CSS custom properties at :root:
--lp-accent— button background, link color, focus ring--lp-bg— page background (tinted per theme)--lp-card— features + FAQ alt-section background
All theme colors exist in both light and dark mode - the browser picks automatically based on the visitor's prefers-color-scheme preference. Text, muted text, and the subtle border color stay neutral so copy readability doesn't fight the brand accent.
Changing a page's theme
Two places:
- When you create the page - the signup wizard and the New page form both show the theme picker.
- From any existing page's editor - the Page metadata card has the theme picker. Switching themes recompiles on save; the live URL picks it up immediately.
Input border contrast
Landing-page forms use a dedicated --lp-input-border color (#94a3b8 light / #64748b dark) that's distinct from the neutral section border, so form fields read clearly against every theme's tinted background. Focus lights up the accent color with a 3px halo.