Color Palette
Our natural vibrancy color palette combines earthy tones with bright accents to create a modern, energetic feel.
Primary Colors
Dark Green
#1A3A2E
--color-dark-green
White
#FFFFFF
--color-white
Accent Colors
Lime
#D4F75A
--color-lime
Coral
#EA5B3A
--color-coral
Cyan
#95DDEB
--color-cyan
Yellow
#F0E157
--color-yellow
Neutral Colors
Off White
#F8F8F8
--color-off-white
Light Gray
#E5E5E5
--color-light-gray
Gray
#999999
--color-gray
Dark Gray
#4A4A4A
--color-dark-gray
Black
#1A1A1A
--color-black
Gradient Backgrounds
Purple Gradient
Copy
<div class="bg-gradient-purple"></div>
Pink Gradient
Copy
<div class="bg-gradient-pink"></div>
Blue Gradient
Copy
<div class="bg-gradient-blue"></div>
Orange Gradient
Copy
<div class="bg-gradient-orange"></div>
Typography
We use two complementary typefaces: Big Shoulders Text for bold, attention-grabbing headlines and Inter for clean, readable body text.
Giant Text - Big Shoulders Text
Copy
<h1 class="giant-text">Your headline</h1>
Heading 1 - Big Shoulders Text
Copy
<h1 style="font-size: 3rem; font-weight: 800;">Your heading</h1>
Heading 2 - Big Shoulders Text
Copy
<h2 style="font-size: 2.5rem; font-weight: 700;">Your heading</h2>
Heading 3 - Big Shoulders Text
Copy
<h3 style="font-size: 2rem; font-weight: 700;">Your heading</h3>
Body Text Large - Inter Regular. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
Copy
<p style="font-size: 1.125rem; line-height: 1.8;">Your text</p>
Body Text Regular - Inter Regular. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Copy
<p>Your text</p>
Body Text Small - Inter Regular. Perfect for captions, labels, and supporting text.
Copy
<p style="font-size: 0.875rem; color: var(--color-gray);">Your text</p>
Buttons
Our button component system includes multiple sizes, colors, and themes for various use cases.
Primary Buttons
Secondary Buttons
Button Sizes
Spacing System
Consistent spacing creates visual rhythm and hierarchy. Use our utility classes for margins and padding.
Copy
<!-- Padding utilities -->
<div class="p-4">Padding all sides</div>
<div class="pt-8">Padding top</div>
<div class="pb-8">Padding bottom</div>
<div class="px-6">Padding horizontal</div>
<div class="py-6">Padding vertical</div>
<!-- Margin utilities -->
<div class="m-4">Margin all sides</div>
<div class="mt-8">Margin top</div>
<div class="mb-8">Margin bottom</div>
<div class="mx-auto">Center with auto margin</div>
Utility Classes
Quick-apply utility classes for common styling needs.
Text Colors
Copy
<span class="text-lime">Lime text</span>
<span class="text-coral">Coral text</span>
<span class="text-cyan">Cyan text</span>
<span class="text-yellow">Yellow text</span>
<span class="text-white">White text</span>
<span class="text-gray">Gray text</span>
Background Colors
Copy
<div class="bg-lime">Lime background</div>
<div class="bg-coral">Coral background</div>
<div class="bg-cyan">Cyan background</div>
<div class="bg-yellow">Yellow background</div>
<div class="bg-white">White background</div>
<div class="bg-off-white">Off-white background</div>
<div class="bg-light-gray">Light gray background</div>
Border Radius
Copy
<div class="rounded">4px border radius</div>
<div class="rounded-lg">8px border radius</div>
<div class="rounded-xl">12px border radius</div>
<div class="rounded-2xl">16px border radius</div>
<div class="rounded-3xl">24px border radius</div>
<div class="rounded-full">9999px border radius</div>
Display & Flexbox
Copy
<div class="flex">Flex container</div>
<div class="flex items-center">Align items center</div>
<div class="flex justify-between">Space between</div>
<div class="flex flex-col">Flex column</div>
<div class="flex gap-4">Gap between items</div>
<div class="grid grid-cols-2">2 column grid</div>
<div class="hidden">Hide element</div>
Animation Classes
Scroll-triggered reveal animations to bring your content to life.
Copy
<!-- Fade up animation -->
<div class="reveal">Content fades up</div>
<!-- Fade from left -->
<div class="reveal-left">Content slides from left</div>
<!-- Fade from right -->
<div class="reveal-right">Content slides from right</div>
<!-- Scale animation -->
<div class="reveal-scale">Content scales up</div>
<!-- With delay -->
<div class="reveal delay-200">Delayed 200ms</div>
<div class="reveal delay-400">Delayed 400ms</div>
Reveal Animation Example
This element fades up when scrolled into view
Delayed Reveal Example
This element appears 200ms after the first
Common Components
Reusable component patterns used throughout the site.
Service Tags
UX/UI Design
Webflow Development
Branding
Product Design
Copy
<span class="service-tag">Your Tag</span>
Card Component
Card Title
Card description text goes here. This is a simple card component pattern.
Learn More
Copy
<div style="background: white; padding: 2rem;
border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
<h3>Card Title</h3>
<p>Card description</p>
<site-button href="#" size="sm">Learn More</site-button>
</div>
CTA Banner
Ready to start your project?
Let's discuss how we can help you achieve your goals.
Get in Touch
Copy
<div class="bg-cyan" style="padding: 3rem;
border-radius: 16px; text-align: center;">
<h2>Your CTA Heading</h2>
<p>Your CTA description</p>
<site-button href="#" theme="dark"
size="md" color="black">CTA Button</site-button>
</div>
Best Practices
Design Principles
Consistency: Use the design system components and variables consistently across all pages
Hierarchy: Establish clear visual hierarchy using typography scale and spacing
Accessibility: Ensure sufficient color contrast (minimum 4.5:1 for body text)
Performance: Use CSS variables for colors to maintain consistency and enable easy updates
Responsiveness: Test all components on mobile, tablet, and desktop viewports
Whitespace: Use generous spacing to let content breathe and improve readability
Need help implementing the design system?
Our team can help you build consistent, beautiful experiences using this style guide.
Contact Our Team