Navy Clouds Color Palette
Discover the beautiful Navy Clouds color palette featuring nile blue (#192b50), rhino (#2e4061), fiord (#49536f), slate gray (#68798a) and regent gray (#7f8aa2).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMuted Gray, Slate Gray color palettes and combinations.
💡 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 Navy Clouds palette
💻 Navy Clouds color palette CSS
/* CSS */
.color-1 {
color: #192b50;
}
.color-2 {
color: #2e4061;
}
.color-3 {
color: #49536f;
}
.color-4 {
color: #68798a;
}
.color-5 {
color: #7f8aa2;
}
/* CSS Variables */
:root {
--color-1: #192b50;
--color-2: #2e4061;
--color-3: #49536f;
--color-4: #68798a;
--color-5: #7f8aa2;
} 🌈 Navy Clouds background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192b50, #2e4061, #49536f, #68798a, #7f8aa2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192b50, #2e4061, #49536f, #68798a, #7f8aa2);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Navy Clouds color palette created on .