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: #e6ba8e;
}
.color-2 {
color: #a1d3e8;
}
.color-3 {
color: #6f9cbe;
}
.color-4 {
color: #c8a2d7;
}
.color-5 {
color: #f2a1b4;
}
/* CSS Variables */
:root {
--color-1: #e6ba8e;
--color-2: #a1d3e8;
--color-3: #6f9cbe;
--color-4: #c8a2d7;
--color-5: #f2a1b4;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6ba8e, #a1d3e8, #6f9cbe, #c8a2d7, #f2a1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6ba8e, #a1d3e8, #6f9cbe, #c8a2d7, #f2a1b4);
}
Similar color palettes
- Sunset Blush Harmony
- Sigma Sunrise
- Shades of Blue
- Shades of Beryl
- Cosmic Amethyst Dream
- Island Breeze
- Minted Oasis
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Ethereal Temptress
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Blue Universe
- Blue Sir Amond
- Azure Dreamscape
- Chic Blossom
- Soft Pink
Shades of Blue color palette created on .