Soft Pastels Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Pastels palette

Share this palette to:

Soft Pastels color palette CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #f3e8b4;
}
.color-4 {
color: #b2e0da;
}
.color-5 {
color: #a6c6ed;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6d6a7;
--color-3: #f3e8b4;
--color-4: #b2e0da;
--color-5: #a6c6ed;
}

Soft Pastels background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6d6a7, #f3e8b4, #b2e0da, #a6c6ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6d6a7, #f3e8b4, #b2e0da, #a6c6ed);
}

Soft Pastels color palette created on .