Puce Blossoms Color Palette
Discover the beautiful Puce Blossoms color palette featuring puce (#cd899a), careys pink (#d6a4b3), melanie (#e8c4d4), we peep (#f8e2e6) and illusion (#f6b6c0).
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 Puce Blossoms palette
💻 Puce Blossoms color palette CSS
/* CSS */
.color-1 {
color: #cd899a;
}
.color-2 {
color: #d6a4b3;
}
.color-3 {
color: #e8c4d4;
}
.color-4 {
color: #f8e2e6;
}
.color-5 {
color: #f6b6c0;
}
/* CSS Variables */
:root {
--color-1: #cd899a;
--color-2: #d6a4b3;
--color-3: #e8c4d4;
--color-4: #f8e2e6;
--color-5: #f6b6c0;
} 🌈 Puce Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cd899a, #d6a4b3, #e8c4d4, #f8e2e6, #f6b6c0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cd899a, #d6a4b3, #e8c4d4, #f8e2e6, #f6b6c0);
} 🔗 Explore similar color palettes
Puce Blossoms color palette created on .