Soft Pastel Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Pastel Tones palette

Share this palette to:

Soft Pastel Tones color palette PNG image

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

Soft Pastel Tones color palette CSS

/* CSS */
.color-1 {
color: #c1a4af;
}
.color-2 {
color: #f0b5a3;
}
.color-3 {
color: #f8d2af;
}
.color-4 {
color: #fdfb96;
}
.color-5 {
color: #f7e2ab;
}

/* CSS Variables */
:root {
--color-1: #c1a4af;
--color-2: #f0b5a3;
--color-3: #f8d2af;
--color-4: #fdfb96;
--color-5: #f7e2ab;
}

Soft Pastel Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1a4af, #f0b5a3, #f8d2af, #fdfb96, #f7e2ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1a4af, #f0b5a3, #f8d2af, #fdfb96, #f7e2ab);
}

Soft Pastel Tones color palette created on .