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: #a1d6e2;
}
.color-2 {
color: #79c4d7;
}
.color-3 {
color: #53b5d0;
}
.color-4 {
color: #399bb1;
}
.color-5 {
color: #2c7d9b;
}
/* CSS Variables */
:root {
--color-1: #a1d6e2;
--color-2: #79c4d7;
--color-3: #53b5d0;
--color-4: #399bb1;
--color-5: #2c7d9b;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e2, #79c4d7, #53b5d0, #399bb1, #2c7d9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e2, #79c4d7, #53b5d0, #399bb1, #2c7d9b);
}
Similar color palettes
- Blue Luninaria
- Celestial Harmony
- Silent Pursuit
- Whispers of the Sky
- Whispers of the Sky
- Serenity's Embrace
- Midnight Blue
- Midnight Blue
- Tropical Teal Symphony
- 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
Shades of Blue color palette created on .