Soft Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Elegance palette

Share this palette to:

Soft Elegance color palette PNG image

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

Soft Elegance color palette CSS

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #ffebee;
}
.color-3 {
color: #f3e5f5;
}
.color-4 {
color: #d1c3e9;
}
.color-5 {
color: #e2f2fd;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #ffebee;
--color-3: #f3e5f5;
--color-4: #d1c3e9;
--color-5: #e2f2fd;
}

Soft Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #ffebee, #f3e5f5, #d1c3e9, #e2f2fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #ffebee, #f3e5f5, #d1c3e9, #e2f2fd);
}

Soft Elegance color palette created on .