Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegance palette

Share this palette to:

Elegance color palette PNG image

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

Elegance color palette CSS

/* CSS */
.color-1 {
color: #1c1f3f;
}
.color-2 {
color: #4c4f7b;
}
.color-3 {
color: #6c6f99;
}
.color-4 {
color: #a59fc6;
}
.color-5 {
color: #e1d6e1;
}

/* CSS Variables */
:root {
--color-1: #1c1f3f;
--color-2: #4c4f7b;
--color-3: #6c6f99;
--color-4: #a59fc6;
--color-5: #e1d6e1;
}

Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3f, #4c4f7b, #6c6f99, #a59fc6, #e1d6e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3f, #4c4f7b, #6c6f99, #a59fc6, #e1d6e1);
}

Elegance color palette created on .