Shades of Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #5d9bd5;
}
.color-3 {
color: #2b7a9c;
}
.color-4 {
color: #1b4b3d;
}
.color-5 {
color: #0e392a;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #5d9bd5;
--color-3: #2b7a9c;
--color-4: #1b4b3d;
--color-5: #0e392a;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #5d9bd5, #2b7a9c, #1b4b3d, #0e392a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #5d9bd5, #2b7a9c, #1b4b3d, #0e392a);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
- Bright Blue
- Serene Scholar Blues
- Scholarly Spectrum
- Ethereal Resonance
- Shades of Blue
- Ethereal Oddities
- Ocean Breeze Sunrise
- Aqua Playground
- Celestial Harmony
- Purple Twilight
- Cotton Candy Dreams
- Whispers of the Storm
- Celestial Serenade
- Celestial Dreamscape
- Serene Elegance
- Mystic Azure Dreamscape
- Shades of Blue
- Serenity Sunset
Shades of Blue color palette created on .