Whispers of Soft Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Soft Elegance palette

Share this palette to:

Whispers of Soft Elegance color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fffdf0;
}
.color-3 {
color: #f6fefe;
}
.color-4 {
color: #d3d4d3;
}
.color-5 {
color: #d0b695;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fffdf0;
--color-3: #f6fefe;
--color-4: #d3d4d3;
--color-5: #d0b695;
}

Whispers of Soft Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fffdf0, #f6fefe, #d3d4d3, #d0b695);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fffdf0, #f6fefe, #d3d4d3, #d0b695);
}

Similar color palettes

Whispers of Soft Elegance color palette created on .