Deep Ocean Sand Color Palette
This palette captures the calming yet strong essence of deep oceanic and sandy neutrals, establishing a modern and trustworthy visual identity ideal for creative and professional use.
Explore the color systemThis palette captures the calming yet strong essence of deep oceanic and sandy neutrals, establishing a modern and trustworthy visual identity ideal for creative and professional use.
This palette captures the calming yet strong essence of deep oceanic and sandy neutrals, establishing a modern and trustworthy visual identity ideal for creative and professional use.
Explore the color systemColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.
The main colors use analogous deep teals and slate blues, blended with a dusty rose accent, creating a harmonious and balanced color relationship that evokes calmness and professionalism.
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 use analogous deep teals and slate blues, blended with a dusty rose accent, creating a harmonious and balanced color relationship that evokes calmness and professionalism.
RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text
Deep Teal conveys trust and stability, anchoring the palette with depth and sophistication.
#305B5F48, 91, 95185, 33, 2849, 4, 0, 63RolesBtn Secondary Bg, Headline
Slate Blue adds calm and thoughtful energy, complementing Deep Teal with a muted cool tone.
#496D7B73, 109, 123197, 26, 3841, 11, 0, 52Dusty Rose introduces a subtle warmth and softness, providing balance and approachability to the palette.
#B3919D179, 145, 157339, 18, 640, 19, 12, 30Support colors extend the main palette with soft, understated neutrals inspired by sandy tones, enhancing usability and maintaining visual harmony without overpowering the main colors.
RolesIcon, Border, Divider, Outline
Sand acts as a gentle accent that complements the blues and pinks, reinforcing the calm and natural feel of the palette.
#E7DAD4231, 218, 21219, 28, 870, 6, 8, 9Muted Taupe offers a grounded, subtle support that balances the cooler tones while keeping the palette sophisticated.
#A19A94161, 154, 14828, 6, 610, 4, 8, 37Utility colors for backgrounds, text, borders, and balance.
RolesBg Light, Btn Primary Text, Btn Secondary Text
#FFFFFF255, 255, 2550, 0, 1000, 0, 0, 0RolesBg Dark
#F1E6E1241, 230, 22519, 36, 910, 5, 7, 5RolesText
#2B2A2943, 42, 4130, 2, 160, 2, 5, 83Copy 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-deep-teal: #305B5F;
--color-slate-blue: #496D7B;
--color-dusty-rose: #B3919D;
--color-sand: #E7DAD4;
--color-muted-taupe: #A19A94;
--color-pure-white: #FFFFFF;
--color-light-sand: #F1E6E1;
--color-charcoal-black: #2B2A29;
}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: #305B5F;
--role-link: #305B5F;
--role-btn-primary-bg: #305B5F;
--role-btn-outlined-border: #305B5F;
--role-btn-outlined-text: #305B5F;
--role-btn-secondary-bg: #496D7B;
--role-headline: #496D7B;
--role-icon: #E7DAD4;
--role-border: #E7DAD4;
--role-divider: #E7DAD4;
--role-outline: #E7DAD4;
--role-bg-light: #FFFFFF;
--role-btn-primary-text: #FFFFFF;
--role-btn-secondary-text: #FFFFFF;
--role-bg-dark: #F1E6E1;
--role-text: #2B2A29;
}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.{
"deep-teal": "#305B5F",
"slate-blue": "#496D7B",
"dusty-rose": "#B3919D",
"sand": "#E7DAD4",
"muted-taupe": "#A19A94",
"pure-white": "#FFFFFF",
"light-sand": "#F1E6E1",
"charcoal-black": "#2B2A29"
}