Elegant Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant palette

Share this palette to:

Elegant color palette PNG image

Download elegant color palette PNG image (landscape)
Download elegant color palette PNG image (square)

Elegant color palette CSS

/* CSS */
.color-1 {
color: #d0c5d3;
}
.color-2 {
color: #a58ea9;
}
.color-3 {
color: #906a8e;
}
.color-4 {
color: #5b4b71;
}
.color-5 {
color: #382a4c;
}

/* CSS Variables */
:root {
--color-1: #d0c5d3;
--color-2: #a58ea9;
--color-3: #906a8e;
--color-4: #5b4b71;
--color-5: #382a4c;
}

Elegant background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c5d3, #a58ea9, #906a8e, #5b4b71, #382a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c5d3, #a58ea9, #906a8e, #5b4b71, #382a4c);
}

Elegant color palette created on .