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: #1f1b79;
}
.color-2 {
color: #3d4999;
}
.color-3 {
color: #6d8fb0;
}
.color-4 {
color: #a1c7d9;
}
.color-5 {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3d4999;
--color-3: #6d8fb0;
--color-4: #a1c7d9;
--color-5: #f4e1a4;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3d4999, #6d8fb0, #a1c7d9, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3d4999, #6d8fb0, #a1c7d9, #f4e1a4);
}
Similar color palettes
- 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
- Tropical Serenity
- Aqua Retreat
- Ocean Breeze
- Dimmed Blue Green Pink
Shades of Blue color palette created on .