Sage Olive Cream Color Palette
This palette captures the sophisticated and natural vibe of the image, blending earthy greens with warm neutrals and soft creams to evoke a welcoming boutique atmosphere.
Explore the color systemThis palette captures the sophisticated and natural vibe of the image, blending earthy greens with warm neutrals and soft creams to evoke a welcoming boutique atmosphere.
This palette captures the sophisticated and natural vibe of the image, blending earthy greens with warm neutrals and soft creams to evoke a welcoming boutique atmosphere.
Explore the color systemColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.
The main colors are harmonious green hues ranging from soft sage to deeper olive, creating a natural and recognizable system that conveys calm and sophistication.
Clear roles create a consistent brand experience.Assign existing palette colors to brand, typography, and interface roles.
A compact view of the brand, support, and neutral colors that make up this system.
The main colors are harmonious green hues ranging from soft sage to deeper olive, creating a natural and recognizable system that conveys calm and sophistication.
RolesLogo, Link, Btn Primary Bg, Headline
Sage Green provides a fresh and calming presence that feels natural and inviting, suited for brand identity.
#9CA88F156, 168, 14389, 13, 617, 0, 15, 34RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text
Olive Green adds grounded depth and maturity, offering a solid contrast to the lighter sage while remaining harmonious.
#75875A117, 135, 9084, 20, 4413, 0, 33, 47Soft Cream complements the greens with warmth and softness, improving readability and adding an organic touch.
#D9D6B9217, 214, 18554, 30, 790, 1, 15, 15The support colors extend the palette with muted warm highlights and earthy soft tones that balance the green dominance without competing visually.
RolesIcon, Border, Divider, Outline
Warm Taupe introduces a subtle earthy warmth that supports the greens with a gentle neutral presence.
#A79B7C167, 155, 12443, 20, 570, 7, 26, 35Muted Sand provides a soft, understated accent to bring elegant contrast and softness to text and UI elements.
#B0A98F176, 169, 14347, 17, 630, 4, 19, 31Utility colors for backgrounds, text, borders, and balance.
RolesBg Light, Btn Secondary Text
#FFFFFF255, 255, 2550, 0, 1000, 0, 0, 0RolesBg Dark
#F9F9F7249, 249, 24760, 14, 970, 0, 1, 2RolesText, Btn Primary Text
#3A3A3358, 58, 5160, 6, 210, 0, 12, 77Copy palette values for design systems, websites, and client handoff.
Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.
Use when: you need the actual colors.:root {
--color-sage-green: #9CA88F;
--color-olive-green: #75875A;
--color-soft-cream: #D9D6B9;
--color-warm-taupe: #A79B7C;
--color-muted-sand: #B0A98F;
--color-pure-white: #FFFFFF;
--color-near-white-cream: #F9F9F7;
--color-charcoal-gray: #3A3A33;
}Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.
Use when: you need UI roles, not just swatches.:root {
--role-logo: #9CA88F;
--role-link: #9CA88F;
--role-btn-primary-bg: #9CA88F;
--role-headline: #9CA88F;
--role-btn-secondary-bg: #75875A;
--role-btn-outlined-border: #75875A;
--role-btn-outlined-text: #75875A;
--role-icon: #A79B7C;
--role-border: #A79B7C;
--role-divider: #A79B7C;
--role-outline: #A79B7C;
--role-bg-light: #FFFFFF;
--role-btn-secondary-text: #FFFFFF;
--role-bg-dark: #F9F9F7;
--role-text: #3A3A33;
--role-btn-primary-text: #3A3A33;
}Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.
Use when: a developer or app needs data.{
"sage-green": "#9CA88F",
"olive-green": "#75875A",
"soft-cream": "#D9D6B9",
"warm-taupe": "#A79B7C",
"muted-sand": "#B0A98F",
"pure-white": "#FFFFFF",
"near-white-cream": "#F9F9F7",
"charcoal-gray": "#3A3A33"
}