Winter Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Blue palette
Winter Blue color palette CSS
/* CSS */
.color-1 {
color: #9ec4e0;
}
.color-2 {
color: #f6e3b6;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #d9a8a1;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #9ec4e0;
--color-2: #f6e3b6;
--color-3: #f6b83c;
--color-4: #d9a8a1;
--color-5: #ff6e61;
}
Winter Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ec4e0, #f6e3b6, #f6b83c, #d9a8a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ec4e0, #f6e3b6, #f6b83c, #d9a8a1, #ff6e61);
}
Similar color palettes
- Blue Moonlight
- Berry Bliss Cream
- Nervous Sunshine
- 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
Winter Blue color palette created on .