Shades of Blue Navy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue Navy palette
Shades of Blue Navy color palette CSS
/* CSS */
.color-1 {
color: #001f3d;
}
.color-2 {
color: #005c99;
}
.color-3 {
color: #0096d6;
}
.color-4 {
color: #00bfff;
}
.color-5 {
color: #80d1f4;
}
/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #005c99;
--color-3: #0096d6;
--color-4: #00bfff;
--color-5: #80d1f4;
}
Shades of Blue Navy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #005c99, #0096d6, #00bfff, #80d1f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #005c99, #0096d6, #00bfff, #80d1f4);
}
Similar color palettes
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
- Blue Moonlit
- Shades of Blue Moonlight
- Sweet Orchard Delight
- Purple Twilight
- Celestial Dreams
- Tropical Serenity
- Aqua Retreat
- Ocean Breeze
- Dimmed Blue Green Pink
- Serene Skies at Dusk
- Shades of Blue
- Cool Jazz Harmony
- Blue Chance
- Blue Earthtones
Shades of Blue Navy color palette created on .