Soft Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft palette

Share this palette to:

Soft color palette PNG image

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

Soft color palette CSS

/* CSS */
.color-1 {
color: #f7e9e9;
}
.color-2 {
color: #f9f3eb;
}
.color-3 {
color: #faf8f0;
}
.color-4 {
color: #f2f5f0;
}
.color-5 {
color: #ebedef;
}

/* CSS Variables */
:root {
--color-1: #f7e9e9;
--color-2: #f9f3eb;
--color-3: #faf8f0;
--color-4: #f2f5f0;
--color-5: #ebedef;
}

Soft background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e9e9, #f9f3eb, #faf8f0, #f2f5f0, #ebedef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e9e9, #f9f3eb, #faf8f0, #f2f5f0, #ebedef);
}

Soft color palette created on .