Caramel Soft Clay Color Palette
This palette combines warm caramel and soft clay tones with a muted olive green and light graphite neutrals, creating a harmonious and organic identity that feels natural yet refined.
Explore the color systemThis palette combines warm caramel and soft clay tones with a muted olive green and light graphite neutrals, creating a harmonious and organic identity that feels natural yet refined.
This palette combines warm caramel and soft clay tones with a muted olive green and light graphite neutrals, creating a harmonious and organic identity that feels natural yet refined.
Explore the color systemColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.
The main colors form an analogous harmony with warm caramel, soft clay, and muted olive, blending closely related earthy tones that establish a natural and calm visual identity.
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 form an analogous harmony with warm caramel, soft clay, and muted olive, blending closely related earthy tones that establish a natural and calm visual identity.
RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text
Caramel offers warmth and approachability, providing a rich and inviting foundational hue for brand recognition.
#C68642198, 134, 6631, 54, 520, 32, 67, 22RolesHeadline, Btn Secondary Bg
Soft Clay brings a gentle neutrality that balances the warmth of caramel and supports a sophisticated visual hierarchy.
#D6B89A214, 184, 15430, 42, 720, 14, 28, 16Muted Olive adds a cool, desaturated earthiness that introduces subtle contrast and enriches the natural feel of the palette.
#7D8A49125, 138, 7372, 31, 419, 0, 47, 46The support colors extend the main palette with light graphite tones that emphasize clarity and structure without competing with the earthy main hues.
RolesIcon, Border, Divider, Outline
Light Graphite contributes a soft, neutral contrast that anchors the palette visually while reinforcing the readability and interface elements.
#B0B0A8176, 176, 16860, 5, 670, 0, 5, 31Utility colors for backgrounds, text, borders, and balance.
RolesBg Light
#FFFFFF255, 255, 2550, 0, 1000, 0, 0, 0#F5F2EE245, 242, 23834, 26, 950, 1, 3, 4RolesBg Dark, Text, Btn Primary Text, Btn Secondary Text
#33333351, 51, 510, 0, 200, 0, 0, 80Copy 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-caramel: #C68642;
--color-soft-clay: #D6B89A;
--color-muted-olive: #7D8A49;
--color-light-graphite: #B0B0A8;
--color-white: #FFFFFF;
--color-ivory: #F5F2EE;
--color-charcoal: #333333;
}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: #C68642;
--role-link: #C68642;
--role-btn-primary-bg: #C68642;
--role-btn-outlined-border: #C68642;
--role-btn-outlined-text: #C68642;
--role-headline: #D6B89A;
--role-btn-secondary-bg: #D6B89A;
--role-icon: #B0B0A8;
--role-border: #B0B0A8;
--role-divider: #B0B0A8;
--role-outline: #B0B0A8;
--role-bg-light: #FFFFFF;
--role-bg-dark: #333333;
--role-text: #333333;
--role-btn-primary-text: #333333;
--role-btn-secondary-text: #333333;
}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.{
"caramel": "#C68642",
"soft-clay": "#D6B89A",
"muted-olive": "#7D8A49",
"light-graphite": "#B0B0A8",
"white": "#FFFFFF",
"ivory": "#F5F2EE",
"charcoal": "#333333"
}