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: #b3c2d1;
}
.color-2 {
color: #8ca2b1;
}
.color-3 {
color: #4b838b;
}
.color-4 {
color: #2d5252;
}
.color-5 {
color: #1a3232;
}
/* CSS Variables */
:root {
--color-1: #b3c2d1;
--color-2: #8ca2b1;
--color-3: #4b838b;
--color-4: #2d5252;
--color-5: #1a3232;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c2d1, #8ca2b1, #4b838b, #2d5252, #1a3232);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c2d1, #8ca2b1, #4b838b, #2d5252, #1a3232);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
- Melancholic Harmony
- Mistful Harmony
- Celestial Tides
- Stellar Shores
- Shades of Blue
- 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
Shades of Blue color palette created on .