Pink Blossom Color Palette
Discover the beautiful Pink Blossom color palette featuring cosmos (#ffdbdb), cotton candy (#ffb3db), pastel pink (#ffc7db), pink (#ffb3c7) and light orchid (#dc8ec9).
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 Pink Blossom palette
💻 Pink Blossom color palette CSS
/* CSS */
.color-1 {
color: #ffdbdb;
}
.color-2 {
color: #ffb3db;
}
.color-3 {
color: #ffc7db;
}
.color-4 {
color: #ffb3c7;
}
.color-5 {
color: #dc8ec9;
}
/* CSS Variables */
:root {
--color-1: #ffdbdb;
--color-2: #ffb3db;
--color-3: #ffc7db;
--color-4: #ffb3c7;
--color-5: #dc8ec9;
} 🌈 Pink Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdbdb, #ffb3db, #ffc7db, #ffb3c7, #dc8ec9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdbdb, #ffb3db, #ffc7db, #ffb3c7, #dc8ec9);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Pink Blossom color palette created on .