Light Blue Winter Color Palette
Discover the beautiful Light Blue Winter color palette featuring regent st blue (#a8c8e1), blizzard blue (#b5e3f2), polar (#e2f7f8), harp (#f1f8f4) and pampas (#f5f1ef).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Light Blue Winter palette
💻 Light Blue Winter color palette CSS
/* CSS */
.color-1 {
color: #a8c8e1;
}
.color-2 {
color: #b5e3f2;
}
.color-3 {
color: #e2f7f8;
}
.color-4 {
color: #f1f8f4;
}
.color-5 {
color: #f5f1ef;
}
/* CSS Variables */
:root {
--color-1: #a8c8e1;
--color-2: #b5e3f2;
--color-3: #e2f7f8;
--color-4: #f1f8f4;
--color-5: #f5f1ef;
}
🌈 Light Blue Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c8e1, #b5e3f2, #e2f7f8, #f1f8f4, #f5f1ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c8e1, #b5e3f2, #e2f7f8, #f1f8f4, #f5f1ef);
}
🔗 Explore similar color palettes
Light Blue Winter color palette created on .