Soft Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Elegance palette
Soft Elegance color palette PNG image
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);
}
Similar color palettes
Soft Elegance color palette created on .