Sky Blue Family Color Palette
This palette captures a fresh and friendly vibe with a soft sky blue as the main anchor, complemented by gentle aqua and muted coral accents, balanced by clean neutrals for clarity and ease of use.
This palette captures a fresh and friendly vibe with a soft sky blue as the main anchor, complemented by gentle aqua and muted coral accents, balanced by clean neutrals for clarity and ease of use.
This palette captures a fresh and friendly vibe with a soft sky blue as the main anchor, complemented by gentle aqua and muted coral accents, balanced by clean neutrals for clarity and ease of use.
Check whether the symbol stays distinct before it reaches the browser tab.
Three harmonious blues—soft sky blue, gentle aqua, and muted teal—create a calm, trustworthy, and approachable system ideal for family-focused tech.
Pie, bar, and trend charts reveal whether the palette can support clear, expressive product interfaces.
Assign existing palette colors to brand, typography, and interface roles.
CMYK values are calculated from HEX by default. Adjust them only when preparing print materials.
A compact view of the brand, support, and neutral colors that make up this system.
Three harmonious blues—soft sky blue, gentle aqua, and muted teal—create a calm, trustworthy, and approachable system ideal for family-focused tech.
RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text
Sky Blue evokes openness and trust, serving as the brand's recognizable and friendly anchor.
#78B2E0120, 178, 224207, 63, 6746, 21, 0, 12RolesBtn Secondary Bg, Headline
Aqua adds a refreshing and modern accent that highlights key messages with clarity.
#60C1D196, 193, 209188, 55, 6054, 8, 0, 18Muted Teal provides grounding warmth and balances the brighter blues for visual comfort.
#5A9CA990, 156, 169190, 31, 5147, 8, 0, 34Soft complementary coral and muted navy provide subtle accents that extend the main blue palette without overwhelming it.
RolesIcon, Border, Divider, Outline
Muted Coral introduces subtle warmth that contrasts nicely with the blues, enhancing visual interest.
#D9826C217, 130, 10812, 59, 640, 40, 50, 15Deep Charcoal Blue offers a sophisticated and stable accent to ensure readability and emphasis.
#3B536059, 83, 96201, 24, 3039, 14, 0, 62Utility colors for backgrounds, text, borders, and balance.
RolesBg Light
#FFFFFF255, 255, 2550, 0, 1000, 0, 0, 0RolesBg Dark
#F0F4F8240, 244, 248210, 36, 963, 2, 0, 3RolesText, Btn Primary Text, Btn Secondary Text
#202A3332, 42, 51208, 23, 1637, 18, 0, 80Copy palette values, role tokens, animated gradient snippets, and structured handoff data for websites, design systems, and client work.
Click to copy and go to Logo Export on myLogo.review to export your logo files in seconds.
Use when: you want to send this palette into myLogo.review.COLORFLY_PALETTE_V2
{
"format": "colorfly_palette_v2",
"source": "colorfly.design",
"colors": [
{
"name": "Sky Blue",
"hex": "#78B2E0",
"role": "main",
"cmyk": {
"c": 46,
"m": 21,
"y": 0,
"k": 12,
"source": "colorfly"
}
},
{
"name": "Aqua",
"hex": "#60C1D1",
"role": "main",
"cmyk": {
"c": 54,
"m": 8,
"y": 0,
"k": 18,
"source": "colorfly"
}
},
{
"name": "Muted Teal",
"hex": "#5A9CA9",
"role": "main",
"cmyk": {
"c": 47,
"m": 8,
"y": 0,
"k": 34,
"source": "colorfly"
}
},
{
"name": "Muted Coral",
"hex": "#D9826C",
"role": "support",
"cmyk": {
"c": 0,
"m": 40,
"y": 50,
"k": 15,
"source": "colorfly"
}
},
{
"name": "Deep Charcoal Blue",
"hex": "#3B5360",
"role": "support",
"cmyk": {
"c": 39,
"m": 14,
"y": 0,
"k": 62,
"source": "colorfly"
}
},
{
"name": "White",
"hex": "#FFFFFF",
"role": "neutral",
"cmyk": {
"c": 0,
"m": 0,
"y": 0,
"k": 0,
"source": "colorfly"
}
},
{
"name": "Cultured",
"hex": "#F0F4F8",
"role": "neutral",
"cmyk": {
"c": 3,
"m": 2,
"y": 0,
"k": 3,
"source": "colorfly"
}
},
{
"name": "Charcoal",
"hex": "#202A33",
"role": "neutral",
"cmyk": {
"c": 37,
"m": 18,
"y": 0,
"k": 80,
"source": "colorfly"
}
}
]
}
END_COLORFLY_PALETTEUse 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-sky-blue: #78B2E0;
--color-aqua: #60C1D1;
--color-muted-teal: #5A9CA9;
--color-muted-coral: #D9826C;
--color-deep-charcoal-blue: #3B5360;
--color-white: #FFFFFF;
--color-cultured: #F0F4F8;
--color-charcoal: #202A33;
}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: #78B2E0;
--role-link: #78B2E0;
--role-btn-primary-bg: #78B2E0;
--role-btn-outlined-border: #78B2E0;
--role-btn-outlined-text: #78B2E0;
--role-btn-secondary-bg: #60C1D1;
--role-headline: #60C1D1;
--role-icon: #D9826C;
--role-border: #D9826C;
--role-divider: #D9826C;
--role-outline: #D9826C;
--role-bg-light: #FFFFFF;
--role-bg-dark: #F0F4F8;
--role-text: #202A33;
--role-btn-primary-text: #202A33;
--role-btn-secondary-text: #202A33;
}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.{
"sky-blue": "#78B2E0",
"aqua": "#60C1D1",
"muted-teal": "#5A9CA9",
"muted-coral": "#D9826C",
"deep-charcoal-blue": "#3B5360",
"white": "#FFFFFF",
"cultured": "#F0F4F8",
"charcoal": "#202A33"
}Copy the animated radial gradient background from the visualizer, with this palette already applied.
Use when: you want the hero gradient effect.<div class="colorfly-moving-gradient-bg">
<span class="colorfly-gradient-spark" aria-hidden="true"></span>
<div>
<small>Motion gradient</small>
<h2>Gradient background</h2>
<p>A moving brand gradient built from your palette.</p>
</div>
</div>
<style>
.colorfly-moving-gradient-bg {
--gradient-anchor: #78B2E0;
--gradient-partner: #A1C9E9;
--gradient-accent: #D9826C;
--gradient-text: #000000;
position: relative;
display: grid;
place-items: center;
min-height: 340px;
overflow: hidden;
padding: 42px;
color: var(--gradient-text);
border-radius: 28px;
background:
radial-gradient(circle at 20% 82%, color-mix(in srgb, var(--gradient-accent) 48%, transparent) 0 14%, transparent 42%),
radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--gradient-partner) 52%, transparent) 0 16%, transparent 46%),
linear-gradient(135deg, var(--gradient-anchor), color-mix(in srgb, var(--gradient-anchor) 72%, black 18%), var(--gradient-partner), var(--gradient-anchor));
background-size: 160% 160%, 180% 180%, 240% 240%;
animation: colorfly-gradient-bg 10.5s cubic-bezier(.72, 0, .22, 1) infinite;
}
.colorfly-moving-gradient-bg > div {
position: relative;
z-index: 1;
max-width: 640px;
text-align: center;
}
.colorfly-moving-gradient-bg::before,
.colorfly-moving-gradient-bg::after,
.colorfly-gradient-spark {
content: "";
position: absolute;
z-index: 0;
aspect-ratio: 1;
border-radius: 50%;
pointer-events: none;
mix-blend-mode: screen;
}
.colorfly-moving-gradient-bg::before {
left: -10%;
top: -18%;
width: min(520px, 72%);
background:
radial-gradient(circle, color-mix(in srgb, var(--gradient-partner) 88%, white 8%) 0%, transparent 66%),
radial-gradient(circle at 68% 32%, color-mix(in srgb, var(--gradient-accent) 58%, white 10%) 0%, transparent 38%);
opacity: .86;
animation: colorfly-gradient-orb-one 11s cubic-bezier(.65, 0, .22, 1) infinite;
}
.colorfly-moving-gradient-bg::after {
right: -12%;
bottom: -24%;
width: min(620px, 82%);
background:
radial-gradient(circle, color-mix(in srgb, var(--gradient-accent) 86%, white 6%) 0%, transparent 68%),
radial-gradient(circle at 28% 72%, color-mix(in srgb, var(--gradient-partner) 62%, white 8%) 0%, transparent 42%);
opacity: .78;
animation: colorfly-gradient-orb-two 12.8s cubic-bezier(.56, 0, .25, 1) infinite;
}
.colorfly-gradient-spark {
left: 42%;
top: 44%;
width: min(360px, 54%);
background: radial-gradient(circle, color-mix(in srgb, var(--gradient-anchor) 64%, white 12%) 0%, transparent 62%);
opacity: .46;
animation: colorfly-gradient-spark 9.2s cubic-bezier(.62, 0, .2, 1) infinite;
}
@keyframes colorfly-gradient-bg {
0%, 100% { background-position: 0% 46%, 100% 24%, 0% 50%; }
18% { background-position: 44% 88%, 58% 12%, 34% 22%; }
39% { background-position: 86% 38%, 18% 74%, 86% 64%; }
63% { background-position: 26% 16%, 84% 92%, 42% 100%; }
82% { background-position: 68% 68%, 32% 30%, 100% 34%; }
}
@keyframes colorfly-gradient-orb-one {
0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
22% { transform: translate3d(78%, 22%, 0) scale(1.12); }
47% { transform: translate3d(44%, 86%, 0) scale(.92); }
72% { transform: translate3d(112%, 56%, 0) scale(1.2); }
}
@keyframes colorfly-gradient-orb-two {
0%, 100% { transform: translate3d(0, 0, 0) scale(1.08); }
19% { transform: translate3d(-48%, -18%, 0) scale(.9); }
53% { transform: translate3d(-92%, -62%, 0) scale(1.14); }
79% { transform: translate3d(-22%, -86%, 0) scale(.98); }
}
@keyframes colorfly-gradient-spark {
0%, 100% { transform: translate3d(-12%, -8%, 0) scale(.84); }
28% { transform: translate3d(52%, -34%, 0) scale(1.08); }
58% { transform: translate3d(-44%, 38%, 0) scale(.96); }
84% { transform: translate3d(20%, 28%, 0) scale(1.18); }
}
</style>Copy the animated gradient text treatment from the visualizer, generated from the main and support colors.
Use when: you want gradient headline text.<div class="colorfly-gradient-text-card">
<small>Gradient type</small>
<h2>Gradient on text</h2>
<p>A moving text gradient built from your palette.</p>
</div>
<style>
.colorfly-gradient-text-card {
--gradient-text-a: #78B2E0;
--gradient-text-b: #576D7E;
--gradient-text-c: #D9826C;
position: relative;
display: grid;
place-items: center;
min-height: 310px;
overflow: hidden;
padding: 42px;
text-align: center;
border-radius: 28px;
background:
radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--gradient-text-a) 8%, transparent), transparent 28%),
linear-gradient(135deg, #fff, #fbfbfd);
}
.colorfly-gradient-text-card::before,
.colorfly-gradient-text-card::after {
content: "";
position: absolute;
pointer-events: none;
border-radius: 50%;
filter: blur(2px);
}
.colorfly-gradient-text-card::before {
left: 9%;
top: 15%;
width: min(330px, 48%);
aspect-ratio: 1;
background: radial-gradient(circle, color-mix(in srgb, var(--gradient-text-a) 20%, transparent) 0%, transparent 68%);
animation: colorfly-gradient-text-glow-one 8s cubic-bezier(.62, 0, .2, 1) infinite;
}
.colorfly-gradient-text-card::after {
right: 7%;
bottom: 6%;
width: min(360px, 52%);
aspect-ratio: 1;
background: radial-gradient(circle, color-mix(in srgb, var(--gradient-text-c) 18%, transparent) 0%, transparent 70%);
animation: colorfly-gradient-text-glow-two 9.5s cubic-bezier(.56, 0, .25, 1) infinite;
}
.colorfly-gradient-text-card small,
.colorfly-gradient-text-card p {
position: relative;
z-index: 1;
color: #65616d;
}
.colorfly-gradient-text-card h2 {
position: relative;
z-index: 1;
margin: 10px 0 12px;
color: transparent;
font-size: clamp(42px, 8vw, 96px);
line-height: .92;
background:
radial-gradient(circle at 18% 50%, var(--gradient-text-b) 0 12%, transparent 38%),
radial-gradient(circle at 82% 44%, var(--gradient-text-c) 0 14%, transparent 40%),
linear-gradient(100deg, var(--gradient-text-a), var(--gradient-text-b), var(--gradient-text-c), var(--gradient-text-a));
background-size: 220% 220%, 240% 240%, 280% 100%;
-webkit-background-clip: text;
background-clip: text;
animation: colorfly-gradient-text-shift 6.2s cubic-bezier(.68, 0, .22, 1) infinite;
}
@keyframes colorfly-gradient-text-shift {
0%, 100% { background-position: 8% 52%, 92% 42%, 0% 50%; }
27% { background-position: 78% 18%, 28% 82%, 42% 50%; }
61% { background-position: 36% 92%, 86% 24%, 100% 50%; }
84% { background-position: 92% 48%, 18% 40%, 58% 50%; }
}
@keyframes colorfly-gradient-text-glow-one {
0%, 100% { transform: translate3d(0, 0, 0) scale(.92); }
42% { transform: translate3d(80%, 32%, 0) scale(1.12); }
72% { transform: translate3d(28%, 86%, 0) scale(.98); }
}
@keyframes colorfly-gradient-text-glow-two {
0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
36% { transform: translate3d(-62%, -18%, 0) scale(.9); }
76% { transform: translate3d(-36%, -78%, 0) scale(1.12); }
}
</style>Try ColorFly with 5 free AI actions and turn your next brand direction into a palette with purpose. No credit card required.
Try it for free