Cherry Blossom Green Color Palette
Discover the beautiful Cherry Blossom Green color palette featuring moss green (#a1d9b0), kobi (#eab8d1), moss green (#a4d5a6), celadon (#b3e5b5) and fruit salad (#4d9a4c).
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 Green palette
💻 Cherry Blossom Green color palette CSS
/* CSS */
.color-1 {
color: #a1d9b0;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #a4d5a6;
}
.color-4 {
color: #b3e5b5;
}
.color-5 {
color: #4d9a4c;
}
/* CSS Variables */
:root {
--color-1: #a1d9b0;
--color-2: #eab8d1;
--color-3: #a4d5a6;
--color-4: #b3e5b5;
--color-5: #4d9a4c;
} 🌈 Cherry Blossom Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d9b0, #eab8d1, #a4d5a6, #b3e5b5, #4d9a4c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d9b0, #eab8d1, #a4d5a6, #b3e5b5, #4d9a4c);
} 🔗 Explore similar color palettes
Cherry Blossom Green color palette created on .