Rosa Pastel Color Palette
Discover the beautiful Rosa Pastel color palette featuring beauty bush (#f1c1d2), illusion (#f6b1d6), chantilly (#f8bfdf), wewak (#f3aaba) and deep blush (#e58099).
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 Rosa Pastel palette
💻 Rosa Pastel color palette CSS
/* CSS */
.color-1 {
color: #f1c1d2;
}
.color-2 {
color: #f6b1d6;
}
.color-3 {
color: #f8bfdf;
}
.color-4 {
color: #f3aaba;
}
.color-5 {
color: #e58099;
}
/* CSS Variables */
:root {
--color-1: #f1c1d2;
--color-2: #f6b1d6;
--color-3: #f8bfdf;
--color-4: #f3aaba;
--color-5: #e58099;
} 🌈 Rosa Pastel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c1d2, #f6b1d6, #f8bfdf, #f3aaba, #e58099);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c1d2, #f6b1d6, #f8bfdf, #f3aaba, #e58099);
} 🔗 Explore similar color palettes
Rosa Pastel color palette created on .