Soft Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Elegance palette
Download Soft Elegance Color Palette (PNG)
Soft Elegance color palette CSS
/* CSS */
.color-1 {
color: #e1d1d1;
}
.color-2 {
color: #d8b6b6;
}
.color-3 {
color: #f8e8e8;
}
.color-4 {
color: #784f4f;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #e1d1d1;
--color-2: #d8b6b6;
--color-3: #f8e8e8;
--color-4: #784f4f;
--color-5: #ffffff;
}
Soft Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d1d1, #d8b6b6, #f8e8e8, #784f4f, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d1d1, #d8b6b6, #f8e8e8, #784f4f, #ffffff);
}
Similar color palettes
Soft Elegance color palette created on .