Frostbite Blue Color Palette
Discover the beautiful Frostbite Blue color palette featuring morning glory (#a1d7e2), casper (#b6c8d8), botticelli (#c1d4e1), black squeeze (#e5f0f5) and sinbad (#a7cbd7).
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 Frostbite Blue palette
💻 Frostbite Blue color palette CSS
/* CSS */
.color-1 {
color: #a1d7e2;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #c1d4e1;
}
.color-4 {
color: #e5f0f5;
}
.color-5 {
color: #a7cbd7;
}
/* CSS Variables */
:root {
--color-1: #a1d7e2;
--color-2: #b6c8d8;
--color-3: #c1d4e1;
--color-4: #e5f0f5;
--color-5: #a7cbd7;
} 🌈 Frostbite Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d7e2, #b6c8d8, #c1d4e1, #e5f0f5, #a7cbd7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d7e2, #b6c8d8, #c1d4e1, #e5f0f5, #a7cbd7);
} 🔗 Explore similar color palettes
Frostbite Blue color palette created on .