Pink Blossoms Color Palette
Discover the beautiful Pink Blossoms color palette featuring peach yellow (#f8e2aa), manhattan (#f5af9e), apricot (#f28f7d), deep blush (#e66b8c) and mulberry (#c84c9e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Peach, Pink, Fun color palettes and combinations.
💡 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 Blossoms palette
💻 Pink Blossoms color palette CSS
/* CSS */
.color-1 {
color: #f8e2aa;
}
.color-2 {
color: #f5af9e;
}
.color-3 {
color: #f28f7d;
}
.color-4 {
color: #e66b8c;
}
.color-5 {
color: #c84c9e;
}
/* CSS Variables */
:root {
--color-1: #f8e2aa;
--color-2: #f5af9e;
--color-3: #f28f7d;
--color-4: #e66b8c;
--color-5: #c84c9e;
}
🌈 Pink Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2aa, #f5af9e, #f28f7d, #e66b8c, #c84c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2aa, #f5af9e, #f28f7d, #e66b8c, #c84c9e);
}
🔗 Explore similar color palettes
Pink Blossoms color palette created on .