Luxury Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luxury Elegance palette

Share this palette to:

Luxury Elegance color palette PNG image

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

Luxury Elegance color palette CSS

/* CSS */
.color-1 {
color: #c1b8e0;
}
.color-2 {
color: #e0c9b3;
}
.color-3 {
color: #d6a8b8;
}
.color-4 {
color: #b6a5b1;
}
.color-5 {
color: #f1d1a2;
}

/* CSS Variables */
:root {
--color-1: #c1b8e0;
--color-2: #e0c9b3;
--color-3: #d6a8b8;
--color-4: #b6a5b1;
--color-5: #f1d1a2;
}

Luxury Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1b8e0, #e0c9b3, #d6a8b8, #b6a5b1, #f1d1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1b8e0, #e0c9b3, #d6a8b8, #b6a5b1, #f1d1a2);
}

Luxury Elegance color palette created on .