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: #f1cbce;
}
.color-2 {
color: #dfba9f;
}
.color-3 {
color: #eed8ba;
}
.color-4 {
color: #dca589;
}
.color-5 {
color: #ccc3c2;
}

/* CSS Variables */
:root {
--color-1: #f1cbce;
--color-2: #dfba9f;
--color-3: #eed8ba;
--color-4: #dca589;
--color-5: #ccc3c2;
}

Soft Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1cbce, #dfba9f, #eed8ba, #dca589, #ccc3c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1cbce, #dfba9f, #eed8ba, #dca589, #ccc3c2);
}

Soft Elegance color palette created on .