Azure Bloom Color Palette
Discover the beautiful Azure Bloom color palette featuring havelock blue (#4b91e2), picton blue (#4fb2e3), turquoise blue (#6cd8e4), morning glory (#a6e1e2) and black squeeze (#e2f1f4).
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 Azure Bloom palette
💻 Azure Bloom color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #4fb2e3;
}
.color-3 {
color: #6cd8e4;
}
.color-4 {
color: #a6e1e2;
}
.color-5 {
color: #e2f1f4;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #4fb2e3;
--color-3: #6cd8e4;
--color-4: #a6e1e2;
--color-5: #e2f1f4;
} 🌈 Azure Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #4fb2e3, #6cd8e4, #a6e1e2, #e2f1f4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #4fb2e3, #6cd8e4, #a6e1e2, #e2f1f4);
} 🔗 Explore similar color palettes
Azure Bloom color palette created on .