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: #a4d2e0;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #f8d36d;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #a47aff;
}
/* CSS Variables */
:root {
--color-1: #a4d2e0;
--color-2: #f1a7b4;
--color-3: #f8d36d;
--color-4: #f39c12;
--color-5: #a47aff;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d2e0, #f1a7b4, #f8d36d, #f39c12, #a47aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d2e0, #f1a7b4, #f8d36d, #f39c12, #a47aff);
}
Similar color palettes
- Celestial Garden
- Sunset Blush
- Celestial Serenade
- 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
Shades of Blue color palette created on .