Soft White Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft White Elegance palette

Share this palette to:

Soft White Elegance color palette PNG image

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

Soft White Elegance color palette CSS

/* CSS */
.color-1 {
color: #faf8f5;
}
.color-2 {
color: #f1ede4;
}
.color-3 {
color: #e3dcce;
}
.color-4 {
color: #d6cac2;
}
.color-5 {
color: #cab9b4;
}

/* CSS Variables */
:root {
--color-1: #faf8f5;
--color-2: #f1ede4;
--color-3: #e3dcce;
--color-4: #d6cac2;
--color-5: #cab9b4;
}

Soft White Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf8f5, #f1ede4, #e3dcce, #d6cac2, #cab9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf8f5, #f1ede4, #e3dcce, #d6cac2, #cab9b4);
}

Soft White Elegance color palette created on .