Soft Pastel Tones Color Palette
Discover the beautiful Soft Pastel Tones color palette featuring lily (#c1a4af), mandys pink (#f0b5a3), apricot peach (#f8d2af), witch haze (#fdfb96) and sandwisp (#f7e2ab).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Soft Pastel Tones palette
💻 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);
}
🔗 Explore similar color palettes
Soft Pastel Tones color palette created on .