Azure Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Elegance palette

Share this palette to:

Azure Elegance color palette CSS

/* CSS */
.color-1 {
color: #b3badb;
}
.color-2 {
color: #6f8ab8;
}
.color-3 {
color: #5471bb;
}
.color-4 {
color: #1c1e2b;
}
.color-5 {
color: #0d1226;
}

/* CSS Variables */
:root {
--color-1: #b3badb;
--color-2: #6f8ab8;
--color-3: #5471bb;
--color-4: #1c1e2b;
--color-5: #0d1226;
}

Azure Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3badb, #6f8ab8, #5471bb, #1c1e2b, #0d1226);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3badb, #6f8ab8, #5471bb, #1c1e2b, #0d1226);
}

Similar color palettes

Scroll down to explore 1 Blue color palette

Azure Elegance color palette created on .