Sage Green Premium Color Palette
This premium color palette for a nutritionist blends natural and calming hues that evoke trust, health, and sophistication while maintaining readability and modern appeal.
Explore the color systemThis premium color palette for a nutritionist blends natural and calming hues that evoke trust, health, and sophistication while maintaining readability and modern appeal.
This premium color palette for a nutritionist blends natural and calming hues that evoke trust, health, and sophistication while maintaining readability and modern appeal.
Explore the color systemColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.
The main colors combine two analogous natural greens and a warm sand tone, creating a recognizable system that conveys health, growth, and gentle 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 combine two analogous natural greens and a warm sand tone, creating a recognizable system that conveys health, growth, and gentle sophistication.
RolesLogo, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text
Sage Green represents growth and nature, embodying the core values of nutrition and wellness with a premium touch.
#7BAE7F123, 174, 127125, 24, 5829, 0, 27, 32RolesLink, Btn Secondary Bg, Headline
Moss Green provides a softer, supportive tone that complements the primary green, suggesting calmness and trustworthiness.
#A2C9A0162, 201, 160117, 28, 7119, 0, 20, 21RolesBg Light
Sand adds warmth and balance to the greens, softening the palette and enhancing the premium, approachable feel.
#D6C3A3214, 195, 16338, 38, 740, 9, 24, 16These accents extend the main palette with muted natural hues that reinforce the organic and trustworthy mood without overpowering the primary colors.
RolesIcon, Border, Divider, Outline
Taupe offers a grounded, neutral accent that balances greens with understated elegance and improves visual hierarchy.
#8B7C6B139, 124, 10732, 13, 480, 11, 23, 45Utility colors for backgrounds, text, borders, and balance.
RolesBg Dark
#FFFFFF255, 255, 2550, 0, 1000, 0, 0, 0#F6F3EE246, 243, 23837, 31, 950, 1, 3, 4RolesText, Btn Primary Text, Btn Secondary Text
#2E2B2846, 43, 4030, 7, 170, 7, 13, 82Copy 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: #7BAE7F;
--color-moss-green: #A2C9A0;
--color-sand: #D6C3A3;
--color-taupe: #8B7C6B;
--color-white: #FFFFFF;
--color-ivory: #F6F3EE;
--color-charcoal: #2E2B28;
}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: #7BAE7F;
--role-btn-primary-bg: #7BAE7F;
--role-btn-outlined-border: #7BAE7F;
--role-btn-outlined-text: #7BAE7F;
--role-link: #A2C9A0;
--role-btn-secondary-bg: #A2C9A0;
--role-headline: #A2C9A0;
--role-bg-light: #D6C3A3;
--role-icon: #8B7C6B;
--role-border: #8B7C6B;
--role-divider: #8B7C6B;
--role-outline: #8B7C6B;
--role-bg-dark: #FFFFFF;
--role-text: #2E2B28;
--role-btn-primary-text: #2E2B28;
--role-btn-secondary-text: #2E2B28;
}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": "#7BAE7F",
"moss-green": "#A2C9A0",
"sand": "#D6C3A3",
"taupe": "#8B7C6B",
"white": "#FFFFFF",
"ivory": "#F6F3EE",
"charcoal": "#2E2B28"
}