Bright Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Blue palette
Bright Blue color palette CSS
/* CSS */
.color-1 {
color: #1a9bdb;
}
.color-2 {
color: #49b9e9;
}
.color-3 {
color: #6cd7ef;
}
.color-4 {
color: #f3e04f;
}
.color-5 {
color: #f77e22;
}
/* CSS Variables */
:root {
--color-1: #1a9bdb;
--color-2: #49b9e9;
--color-3: #6cd7ef;
--color-4: #f3e04f;
--color-5: #f77e22;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a9bdb, #49b9e9, #6cd7ef, #f3e04f, #f77e22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a9bdb, #49b9e9, #6cd7ef, #f3e04f, #f77e22);
}
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
Bright Blue color palette created on .