Skyward Correspondence Color Palette
Discover the beautiful Skyward Correspondence color palette featuring juniper (#6e8e96), granny smith (#79999b), cascade (#8dafa0), whiskey (#d09c76) and new york pink (#d07976).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Skyward Correspondence palette
💻 Skyward Correspondence color palette CSS
/* CSS */
.color-1 {
color: #6e8e96;
}
.color-2 {
color: #79999b;
}
.color-3 {
color: #8dafa0;
}
.color-4 {
color: #d09c76;
}
.color-5 {
color: #d07976;
}
/* CSS Variables */
:root {
--color-1: #6e8e96;
--color-2: #79999b;
--color-3: #8dafa0;
--color-4: #d09c76;
--color-5: #d07976;
} 🌈 Skyward Correspondence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e8e96, #79999b, #8dafa0, #d09c76, #d07976);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e8e96, #79999b, #8dafa0, #d09c76, #d07976);
} 🔗 Explore similar color palettes
Skyward Correspondence color palette created on .