Cherry Blossom Dreams Color Palette
Discover the beautiful Cherry Blossom Dreams color palette featuring kobi (#e7a6c1), rose bud (#f9b4a4), goldenrod (#f9d66c), sinbad (#9ed6d5) and smalt blue (#4a7c8c).
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 Cherry Blossom Dreams palette
💻 Cherry Blossom Dreams color palette CSS
/* CSS */
.color-1 {
color: #e7a6c1;
}
.color-2 {
color: #f9b4a4;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #9ed6d5;
}
.color-5 {
color: #4a7c8c;
}
/* CSS Variables */
:root {
--color-1: #e7a6c1;
--color-2: #f9b4a4;
--color-3: #f9d66c;
--color-4: #9ed6d5;
--color-5: #4a7c8c;
} 🌈 Cherry Blossom Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7a6c1, #f9b4a4, #f9d66c, #9ed6d5, #4a7c8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7a6c1, #f9b4a4, #f9d66c, #9ed6d5, #4a7c8c);
} 🔗 Explore similar color palettes
Cherry Blossom Dreams color palette created on .