Sky Canopy Eco Color Palette
A tropical sky-meets-canopy palette that feels open, fresh, and quietly energetic. The blue sky anchors clarity while layered greens give the system a natural, immersive frame.
Explore the color systemA tropical sky-meets-canopy palette that feels open, fresh, and quietly energetic. The blue sky anchors clarity while layered greens give the system a natural, immersive frame.
A tropical sky-meets-canopy palette that feels open, fresh, and quietly energetic. The blue sky anchors clarity while layered greens give the system a natural, immersive frame.
Explore the color systemColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.
The palette pairs an airy sky blue with two grounded leaf greens, creating a recognizable contrast between openness and canopy depth. The hues work together as a natural frame that feels fresh without becoming overly playful.
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 palette pairs an airy sky blue with two grounded leaf greens, creating a recognizable contrast between openness and canopy depth. The hues work together as a natural frame that feels fresh without becoming overly playful.
RolesLogo, Btn Primary Bg
Provides the bright, breathable center of the identity and gives the brand a clear, optimistic signal.
#56A9D786, 169, 215201, 62, 5960, 21, 0, 16RolesLink, Btn Secondary Bg, Headline
Adds depth and credibility, giving headlines and interactive elements a grounded, botanical feel.
#2E5B3646, 91, 54131, 33, 2749, 0, 41, 64RolesBtn Outlined Border, Btn Outlined Text
Introduces a lighter plant-toned accent that keeps outlines and secondary UI details connected to the main nature story.
#6F8F3A111, 143, 5883, 42, 3922, 0, 59, 44Soft moss and muted jade extend the palette with subtle organic accents, reinforcing the tropical mood without competing with the primary sky and canopy colors.
RolesIcon, Border
Supports UI structure with a calm mid-tone green that blends naturally with the darker canopy color.
#7B9A73123, 154, 115108, 16, 5320, 0, 25, 40RolesDivider, Outline
Works as a restrained accent for separators and fine UI edges, echoing sunlight through leaves.
#9BC4B8155, 196, 184162, 26, 6921, 0, 6, 23Utility colors for backgrounds, text, borders, and balance.
RolesBtn Secondary Text
#FFFFFF255, 255, 2550, 0, 1000, 0, 0, 0RolesBg Light
#F4F8F3244, 248, 243108, 26, 962, 0, 2, 3RolesBg Dark, Text, Btn Primary Text
#16211A22, 33, 26142, 20, 1133, 0, 21, 87Copy 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-open-sky-blue: #56A9D7;
--color-rainforest-canopy: #2E5B36;
--color-palm-leaf-green: #6F8F3A;
--color-soft-moss: #7B9A73;
--color-mist-jade: #9BC4B8;
--color-pure-white: #FFFFFF;
--color-leaf-whisper: #F4F8F3;
--color-deep-evergreen: #16211A;
}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: #56A9D7;
--role-btn-primary-bg: #56A9D7;
--role-link: #2E5B36;
--role-btn-secondary-bg: #2E5B36;
--role-headline: #2E5B36;
--role-btn-outlined-border: #6F8F3A;
--role-btn-outlined-text: #6F8F3A;
--role-icon: #7B9A73;
--role-border: #7B9A73;
--role-divider: #9BC4B8;
--role-outline: #9BC4B8;
--role-btn-secondary-text: #FFFFFF;
--role-bg-light: #F4F8F3;
--role-bg-dark: #16211A;
--role-text: #16211A;
--role-btn-primary-text: #16211A;
}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.{
"open-sky-blue": "#56A9D7",
"rainforest-canopy": "#2E5B36",
"palm-leaf-green": "#6F8F3A",
"soft-moss": "#7B9A73",
"mist-jade": "#9BC4B8",
"pure-white": "#FFFFFF",
"leaf-whisper": "#F4F8F3",
"deep-evergreen": "#16211A"
}