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: #318ad3;
}
.color-2 {
color: #5eb5e4;
}
.color-3 {
color: #a3cfe0;
}
.color-4 {
color: #f2e5a1;
}
.color-5 {
color: #f5b400;
}
/* CSS Variables */
:root {
--color-1: #318ad3;
--color-2: #5eb5e4;
--color-3: #a3cfe0;
--color-4: #f2e5a1;
--color-5: #f5b400;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #318ad3, #5eb5e4, #a3cfe0, #f2e5a1, #f5b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #318ad3, #5eb5e4, #a3cfe0, #f2e5a1, #f5b400);
}
Similar color palettes
- Lunar Serenade
- Calm Blue
- Moonlit Serenity
- Celestial Garden
- Celestial Serenade
- Sigma Sunrise
- Shades of Blue
- Shades of Blue Night
- Island Breeze
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Blue Universe
- Blue Sir Amond
- Azure Dreamscape
- Soft Pink
Shades of Blue color palette created on .