Soft Pastels Color Palette
Discover the beautiful Soft Pastels color palette featuring white (#ffffff), link water (#e1e2f5), mandys pink (#f3c3c3), cherub (#f3c3e3) and mint tulip (#c3f3f3).
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 Pastels palette
💻 Soft Pastels color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e1e2f5;
}
.color-3 {
color: #f3c3c3;
}
.color-4 {
color: #f3c3e3;
}
.color-5 {
color: #c3f3f3;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e1e2f5;
--color-3: #f3c3c3;
--color-4: #f3c3e3;
--color-5: #c3f3f3;
} 🌈 Soft Pastels background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e1e2f5, #f3c3c3, #f3c3e3, #c3f3f3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e1e2f5, #f3c3c3, #f3c3e3, #c3f3f3);
} 🔗 Explore similar color palettes
Soft Pastels color palette created on .