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: #b5d4e8;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #7db9c5;
}
.color-4 {
color: #4cae99;
}
.color-5 {
color: #3b8c7b;
}
/* CSS Variables */
:root {
--color-1: #b5d4e8;
--color-2: #a5c6d5;
--color-3: #7db9c5;
--color-4: #4cae99;
--color-5: #3b8c7b;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5d4e8, #a5c6d5, #7db9c5, #4cae99, #3b8c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5d4e8, #a5c6d5, #7db9c5, #4cae99, #3b8c7b);
}
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 color palette created on .