Light Blue Frost Color Palette
Discover the beautiful Light Blue Frost color palette featuring regent st blue (#a7c6e7), blizzard blue (#b1e1f1), polar (#e6f7f9), black squeeze (#f7fcfc) and polar (#e1f3f9).
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 Frost palette
💻 Light Blue Frost color palette CSS
/* CSS */
.color-1 {
color: #a7c6e7;
}
.color-2 {
color: #b1e1f1;
}
.color-3 {
color: #e6f7f9;
}
.color-4 {
color: #f7fcfc;
}
.color-5 {
color: #e1f3f9;
}
/* CSS Variables */
:root {
--color-1: #a7c6e7;
--color-2: #b1e1f1;
--color-3: #e6f7f9;
--color-4: #f7fcfc;
--color-5: #e1f3f9;
} 🌈 Light Blue Frost background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6e7, #b1e1f1, #e6f7f9, #f7fcfc, #e1f3f9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6e7, #b1e1f1, #e6f7f9, #f7fcfc, #e1f3f9);
} 🔗 Explore similar color palettes
Light Blue Frost color palette created on .