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: #1a8ed5;
}
.color-2 {
color: #4ca8e1;
}
.color-3 {
color: #6cd4e4;
}
.color-4 {
color: #a0e9e4;
}
.color-5 {
color: #e4f1f1;
}
/* CSS Variables */
:root {
--color-1: #1a8ed5;
--color-2: #4ca8e1;
--color-3: #6cd4e4;
--color-4: #a0e9e4;
--color-5: #e4f1f1;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8ed5, #4ca8e1, #6cd4e4, #a0e9e4, #e4f1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8ed5, #4ca8e1, #6cd4e4, #a0e9e4, #e4f1f1);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
- Melancholic Harmony
- Serene Skies and Shimmering Clouds
- Starlit Serenity
- Shades of Purple
- Aqua Odyssey
- Whispers of Dawn
- Midnight Market Breeze
- Blue Night Festival
- Teal Trident
- Muted Blue Castle
- Celestial Masquerade
- Blue Echino
- Teal Serenity
- Tropical Serenity
- Elegant Blue
- Celestial Dawn
- Blue Horizon
- Ocean Breeze Serenity
Shades of Blue color palette created on .