Playful Pink Color Palette
Discover the beautiful Playful Pink color palette featuring coral (#ff8352), dandelion (#fed262), golden glow (#ffec8f), primrose (#dfed9c) and picton blue (#49aee4).
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: #ff8352;
}
.color-2 {
color: #fed262;
}
.color-3 {
color: #ffec8f;
}
.color-4 {
color: #dfed9c;
}
.color-5 {
color: #49aee4;
}
/* CSS Variables */
:root {
--color-1: #ff8352;
--color-2: #fed262;
--color-3: #ffec8f;
--color-4: #dfed9c;
--color-5: #49aee4;
} 🌈 Playful Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8352, #fed262, #ffec8f, #dfed9c, #49aee4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8352, #fed262, #ffec8f, #dfed9c, #49aee4);
} 🔗 Explore similar color palettes
Playful Pink color palette created on .