Azure Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Elegance palette
Azure Elegance color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #5d9bd5;
}
.color-3 {
color: #3a7cd9;
}
.color-4 {
color: #2f5c98;
}
.color-5 {
color: #1e3a76;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #5d9bd5;
--color-3: #3a7cd9;
--color-4: #2f5c98;
--color-5: #1e3a76;
}
Azure Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #5d9bd5, #3a7cd9, #2f5c98, #1e3a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #5d9bd5, #3a7cd9, #2f5c98, #1e3a76);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Azure Elegance color palette created on .