Soft Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Elegance Color Palette (PNG)
Soft Elegance color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #d9d2c4;
}
.color-3 {
color: #f7e1c0;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #ffebeb;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #d9d2c4;
--color-3: #f7e1c0;
--color-4: #ffffff;
--color-5: #ffebeb;
}
Soft Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #d9d2c4, #f7e1c0, #ffffff, #ffebeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #d9d2c4, #f7e1c0, #ffffff, #ffebeb);
}
Similar color palettes
Soft Elegance color palette created on .