Frozen Blue Color Palette
Discover the beautiful Frozen Blue color palette featuring pigeon post (#a5c1d5), half baked (#79b2d2), shakespeare (#4c9cc8), lochmara (#007ab8) and bahama blue (#005994).
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 Frozen Blue palette
💻 Frozen Blue color palette CSS
/* CSS */
.color-1 {
color: #a5c1d5;
}
.color-2 {
color: #79b2d2;
}
.color-3 {
color: #4c9cc8;
}
.color-4 {
color: #007ab8;
}
.color-5 {
color: #005994;
}
/* CSS Variables */
:root {
--color-1: #a5c1d5;
--color-2: #79b2d2;
--color-3: #4c9cc8;
--color-4: #007ab8;
--color-5: #005994;
}
🌈 Frozen Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c1d5, #79b2d2, #4c9cc8, #007ab8, #005994);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c1d5, #79b2d2, #4c9cc8, #007ab8, #005994);
}
🔗 Explore similar color palettes
Frozen Blue color palette created on .