Blue Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Breeze palette
Blue Breeze color palette CSS
/* CSS */
.color-1 {
color: #3464a8;
}
.color-2 {
color: #498cca;
}
.color-3 {
color: #70b4e1;
}
.color-4 {
color: #a1d7e8;
}
.color-5 {
color: #f5fafa;
}
/* CSS Variables */
:root {
--color-1: #3464a8;
--color-2: #498cca;
--color-3: #70b4e1;
--color-4: #a1d7e8;
--color-5: #f5fafa;
}
Blue Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3464a8, #498cca, #70b4e1, #a1d7e8, #f5fafa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3464a8, #498cca, #70b4e1, #a1d7e8, #f5fafa);
}
Similar color palettes
- Urban Sunrise
- Celestial Garden
- Caroline's Serenity
- Celestial Serenade
- Sigma Sunrise
- Shades of Blue
- Light Pink Meow
- Island Breeze
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Revolutionary Elegance
- Blue Universe
- Blue Sir Amond
- Azure Dreamscape
- Soft Pink
Blue Breeze color palette created on .