Elegant Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Blue palette

Share this palette to:

Elegant Blue color palette CSS

/* CSS */
.color-1 {
color: #a7c5d7;
}
.color-2 {
color: #f2e6b5;
}
.color-3 {
color: #b1d3c6;
}
.color-4 {
color: #e57b7b;
}
.color-5 {
color: #afa2d7;
}

/* CSS Variables */
:root {
--color-1: #a7c5d7;
--color-2: #f2e6b5;
--color-3: #b1d3c6;
--color-4: #e57b7b;
--color-5: #afa2d7;
}

Elegant Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c5d7, #f2e6b5, #b1d3c6, #e57b7b, #afa2d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c5d7, #f2e6b5, #b1d3c6, #e57b7b, #afa2d7);
}

Similar color palettes

Elegant Blue color palette created on .