Navy Blue Sunset Color Palette
Discover the beautiful Navy Blue Sunset color palette featuring cello (#1f3a61), gold drop (#f07c00), silver chalice (#b0b0b0), lochmara (#0077cc) and texas rose (#ffb84d).
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 Navy Blue Sunset palette
💻 Navy Blue Sunset color palette CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #f07c00;
}
.color-3 {
color: #b0b0b0;
}
.color-4 {
color: #0077cc;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #f07c00;
--color-3: #b0b0b0;
--color-4: #0077cc;
--color-5: #ffb84d;
} 🌈 Navy Blue Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #f07c00, #b0b0b0, #0077cc, #ffb84d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #f07c00, #b0b0b0, #0077cc, #ffb84d);
} 🔗 Explore similar color palettes
Navy Blue Sunset color palette created on .