Green Bloom Color Palette
Discover the beautiful Green Bloom color palette featuring zanah (#cfeacf), skeptic (#c3e5cd), edgewater (#bcdece), vanilla ice (#ecc9d3) and bizarre (#eed9de).
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 Green Bloom palette
💻 Green Bloom color palette CSS
/* CSS */
.color-1 {
color: #cfeacf;
}
.color-2 {
color: #c3e5cd;
}
.color-3 {
color: #bcdece;
}
.color-4 {
color: #ecc9d3;
}
.color-5 {
color: #eed9de;
}
/* CSS Variables */
:root {
--color-1: #cfeacf;
--color-2: #c3e5cd;
--color-3: #bcdece;
--color-4: #ecc9d3;
--color-5: #eed9de;
} 🌈 Green Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfeacf, #c3e5cd, #bcdece, #ecc9d3, #eed9de);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfeacf, #c3e5cd, #bcdece, #ecc9d3, #eed9de);
} 🔗 Explore similar color palettes
Green Bloom color palette created on .