Playful Pastels Color Palette
Discover the beautiful Playful Pastels color palette featuring persian pink (#f995c2), sweet pink (#fa9f9e), corvette (#fac9a3), banana mania (#fbe7b6) and tropical blue (#cdeaf9).
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 Playful Pastels palette
💻 Playful Pastels color palette CSS
/* CSS */
.color-1 {
color: #f995c2;
}
.color-2 {
color: #fa9f9e;
}
.color-3 {
color: #fac9a3;
}
.color-4 {
color: #fbe7b6;
}
.color-5 {
color: #cdeaf9;
}
/* CSS Variables */
:root {
--color-1: #f995c2;
--color-2: #fa9f9e;
--color-3: #fac9a3;
--color-4: #fbe7b6;
--color-5: #cdeaf9;
} 🌈 Playful Pastels background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f995c2, #fa9f9e, #fac9a3, #fbe7b6, #cdeaf9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f995c2, #fa9f9e, #fac9a3, #fbe7b6, #cdeaf9);
} 🔗 Explore similar color palettes
Playful Pastels color palette created on .