Azure Elegance Color Palette
Discover the beautiful Azure Elegance color palette featuring cello (#1f3a60), calypso (#3a6a92), fountain blue (#5a9bbf), jungle mist (#b5c8d4) and wheat (#f3e4aa).
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 Elegance palette
💻 Azure Elegance color palette CSS
/* CSS */
.color-1 {
color: #1f3a60;
}
.color-2 {
color: #3a6a92;
}
.color-3 {
color: #5a9bbf;
}
.color-4 {
color: #b5c8d4;
}
.color-5 {
color: #f3e4aa;
}
/* CSS Variables */
:root {
--color-1: #1f3a60;
--color-2: #3a6a92;
--color-3: #5a9bbf;
--color-4: #b5c8d4;
--color-5: #f3e4aa;
}
🌈 Azure Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a60, #3a6a92, #5a9bbf, #b5c8d4, #f3e4aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a60, #3a6a92, #5a9bbf, #b5c8d4, #f3e4aa);
}
🔗 Explore similar color palettes
Azure Elegance color palette created on .