Soft Pastel Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Pastel Tones palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Pastel Tones Color Palette (PNG)
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);
}
Similar color palettes
Soft Pastel Tones color palette created on .