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: #1e8feb;
}
.color-2 {
color: #50acf7;
}
.color-3 {
color: #6fc3f1;
}
.color-4 {
color: #9ad7e4;
}
.color-5 {
color: #c3eaf9;
}
/* CSS Variables */
:root {
--color-1: #1e8feb;
--color-2: #50acf7;
--color-3: #6fc3f1;
--color-4: #9ad7e4;
--color-5: #c3eaf9;
}
Azure Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8feb, #50acf7, #6fc3f1, #9ad7e4, #c3eaf9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8feb, #50acf7, #6fc3f1, #9ad7e4, #c3eaf9);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Azure Elegance color palette created on .