BUILT FOR THE GREEN INDUSTRY
The official Lawn & Land Marketing brand guide — built around our colors, our voice, our typography, and the premium dark UI language that already feels like us.
Overview
Lawn & Land Marketing is built specifically for lawn care and landscaping companies. The brand should always feel confident, direct, growth-focused, and industry-native — not like a generic agency wearing green for decoration.
This guide defines the Lawn & Land visual system: Midnight as the anchor, Limeade and Gator as the growth colors, Rethink Sans for momentum, Outfit for practical readability, and Twilight as the controlled digital accent.
Core Positioning
Partner, not vendor. We do not hide behind process theatre or generic marketing language. We lead with outcomes, proof, and category depth.
Messaging Spine
Digital marketing built for the green industry. Every page, deck, portal, report, and creative asset should feel specialized the second it loads.
Design Goal
Make the system feel premium, clean, and unmistakably Lawn & Land — dark enough to feel sharp, green enough to feel alive, disciplined enough to scale.



Core Palette
Secondary Palette
Color Pairings
Color Ratio
A good Lawn & Land composition usually lands around 70 / 20 / 10: base neutrals first, green system second, violet accent last. That keeps the work feeling premium instead of loud.
Opacity
On-brand depth comes from restrained layering. Use opacity to create motion and hierarchy, but keep core type solid. If the copy gets hazy, the brand gets soft.
Gradients
Our gradient system stays inside the brand family. The greens handle most of the heavy lifting. Twilight appears when a digital surface needs a sharper, more modern edge.
Textures
Instead of loud decorative assets, Lawn & Land works best with ambient texture: green glow, controlled grid rhythm, soft grain, and restrained diagonal motion. It should feel cinematic, not cluttered.
Use glow for depth
Great for dark hero moments, app canvases, thumbnails, and premium callouts. Keep it soft and wide.
Use grid for structure
Great when a surface needs rhythm or a technical edge. The grid should whisper, not shout.
Use grain for polish
Great when flat backgrounds feel sterile. Stay under roughly 3% visual intensity or it turns muddy fast.
Typography
The type system should feel fast and decisive. Headlines push forward. Body copy stays clean. Utility labels get out of the way.
Hero headlines · H1/H2 · bold campaign calloutsUse heavy italic weights for momentum. Headlines should feel like forward motion, not static labels.
All caps works when the layout is sharp. Title case works when the message needs more warmth. Both are on-brand.
If every line is huge and italic, none of it feels special. Use hierarchy, not volume, to create punch.
Body copy · UI descriptions · landing page support textButtons · nav labels · badges · captions · tablesDon'ts
In Context
WE BUILD GROWTH SYSTEMS
Dark canvas. Sharp type. Limeade + Gator energy. Twilight only where the digital product wants a smarter edge.
Lawn & Land Dashboard
Tokens & Code
@layer base {
:root {
--background: #FBFCF8;
--foreground: #191919;
--card: #FFFFFF;
--card-foreground: #191919;
--popover: #FFFFFF;
--popover-foreground: #191919;
--primary: #6837EF;
--primary-foreground: #FFFFFF;
--secondary: #EAF4E1;
--secondary-foreground: #191919;
--muted: #EEF4E7;
--muted-foreground: #6F756F;
--accent: #DDEBCC;
--accent-foreground: #191919;
--destructive: #E11D48;
--border: #DDE6D3;
--input: #DDE6D3;
--ring: #6837EF;
}
.dark {
--background: #191919;
--foreground: #F4F7EF;
--card: #222521;
--card-foreground: #F4F7EF;
--popover: #222521;
--popover-foreground: #F4F7EF;
--primary: #ACE71D;
--primary-foreground: #191919;
--secondary: #262B24;
--secondary-foreground: #F4F7EF;
--muted: #2B3029;
--muted-foreground: #A0A8A0;
--accent: #31372E;
--accent-foreground: #F4F7EF;
--destructive: #F43F5E;
--border: #30352D;
--input: #30352D;
--ring: #ACE71D;
}
}@theme {
--color-ll-midnight: #191919;
--color-ll-limeade: #ACE71D;
--color-gator: #5DCA49;
--color-ll-twilight: #6837EF;
--color-ll-cloud: #F5F7F2;
--color-ll-mist: #E5EEDC;
--color-ll-slate: #7B827D;
}{
"meta": {
"name": "Lawn & Land Marketing \u00b7 Brand Guide",
"version": "0.1",
"notes": "Official Lawn & Land core palette and theme tokens."
},
"core": {
"shadow": "#191919",
"limeade": "#ACE71D",
"gator": "#5DCA49",
"twilight": "#6837EF"
},
"secondary": {
"cloud": "#F5F7F2",
"fieldMist": "#E5EEDC",
"slate": "#7B827D"
},
"themes": {
"light": {
"background": "#FBFCF8",
"foreground": "#191919",
"card": "#FFFFFF",
"primary": "#6837EF",
"secondary": "#EAF4E1",
"ring": "#6837EF"
},
"dark": {
"background": "#191919",
"foreground": "#F4F7EF",
"card": "#222521",
"primary": "#ACE71D",
"secondary": "#262B24",
"ring": "#ACE71D"
}
}
}Downloads
Official logo assets live in the public brand-assets repo. This page also packages a working starter kit for implementation: token files, AI-ready context, and a mirrored logo zip for quick use.