Cherry Blossom Dreams Color Palette
Discover the beautiful Cherry Blossom Dreams color palette featuring linen (#f8e1d3), mandys pink (#f3c5b4), cashmere (#e6a69e), japonica (#d76d65) and matrix (#a94c4d).
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: #f8e1d3;
}
.color-2 {
color: #f3c5b4;
}
.color-3 {
color: #e6a69e;
}
.color-4 {
color: #d76d65;
}
.color-5 {
color: #a94c4d;
}
/* CSS Variables */
:root {
--color-1: #f8e1d3;
--color-2: #f3c5b4;
--color-3: #e6a69e;
--color-4: #d76d65;
--color-5: #a94c4d;
} 🌈 Cherry Blossom Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1d3, #f3c5b4, #e6a69e, #d76d65, #a94c4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1d3, #f3c5b4, #e6a69e, #d76d65, #a94c4d);
} 🔗 Explore similar color palettes
Cherry Blossom Dreams color palette created on .