Soft Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Elegance palette

Share this palette to:

Soft Elegance color palette PNG image

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

Soft Elegance color palette CSS

/* CSS */
.color-1 {
color: #f6f6e4;
}
.color-2 {
color: #ffe8d6;
}
.color-3 {
color: #1f1f1f;
}
.color-4 {
color: #f5cec7;
}
.color-5 {
color: #fce0de;
}

/* CSS Variables */
:root {
--color-1: #f6f6e4;
--color-2: #ffe8d6;
--color-3: #1f1f1f;
--color-4: #f5cec7;
--color-5: #fce0de;
}

Soft Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f6e4, #ffe8d6, #1f1f1f, #f5cec7, #fce0de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f6e4, #ffe8d6, #1f1f1f, #f5cec7, #fce0de);
}

Soft Elegance color palette created on .