Enchanting Azure Color Palette
Discover the beautiful Enchanting Azure color palette featuring matisse (#1e769f), fountain blue (#4ea2b7), aquamarine blue (#7bd6e0), charlotte (#b1e7f6) and polar (#f2fafc).
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 Enchanting Azure palette
💻 Enchanting Azure color palette CSS
/* CSS */
.color-1 {
color: #1e769f;
}
.color-2 {
color: #4ea2b7;
}
.color-3 {
color: #7bd6e0;
}
.color-4 {
color: #b1e7f6;
}
.color-5 {
color: #f2fafc;
}
/* CSS Variables */
:root {
--color-1: #1e769f;
--color-2: #4ea2b7;
--color-3: #7bd6e0;
--color-4: #b1e7f6;
--color-5: #f2fafc;
} 🌈 Enchanting Azure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e769f, #4ea2b7, #7bd6e0, #b1e7f6, #f2fafc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e769f, #4ea2b7, #7bd6e0, #b1e7f6, #f2fafc);
} 🔗 Explore similar color palettes
Enchanting Azure color palette created on .