Dusty Blue Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusty Blue Elegance palette

Share this palette to:

Download Dusty Blue Elegance Color Palette (PNG)

Download dusty blue elegance color palette PNG image (landscape)
Download dusty blue elegance color palette PNG image (square)

Dusty Blue Elegance color palette CSS

/* CSS */
.color-1 {
color: #a6b1c5;
}
.color-2 {
color: #c1d4e2;
}
.color-3 {
color: #c2d4e5;
}
.color-4 {
color: #dbe5f0;
}
.color-5 {
color: #e2f2f8;
}

/* CSS Variables */
:root {
--color-1: #a6b1c5;
--color-2: #c1d4e2;
--color-3: #c2d4e5;
--color-4: #dbe5f0;
--color-5: #e2f2f8;
}

Dusty Blue Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6b1c5, #c1d4e2, #c2d4e5, #dbe5f0, #e2f2f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6b1c5, #c1d4e2, #c2d4e5, #dbe5f0, #e2f2f8);
}

Dusty Blue Elegance color palette created on .