Playful Pink Color Palette
Discover the beautiful Playful Pink color palette featuring buttercup (#f5a524), amber (#ffc105), bittersweet (#ff6e61), razzmatazz (#d6006f) and seance (#681b98).
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 Pink palette
💻 Playful Pink color palette CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #ffc105;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #681b98;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #ffc105;
--color-3: #ff6e61;
--color-4: #d6006f;
--color-5: #681b98;
} 🌈 Playful Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #ffc105, #ff6e61, #d6006f, #681b98);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #ffc105, #ff6e61, #d6006f, #681b98);
} 🔗 Explore similar color palettes
Playful Pink color palette created on .