Discover the beautiful Shades of Green and Pink color palette featuring moss green (#a2d8b4), illusion (#f2a6c3), goldenrod (#f9d17b), botticelli (#c5d7e2) and oxley (#7d9b8d).
Shades of Green and Pink Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Shades of Green and Pink palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Shades of Green and Pink palette
💻 Shades of Green and Pink color palette CSS
/* CSS */
.color-1 {
color: #a2d8b4;
}
.color-2 {
color: #f2a6c3;
}
.color-3 {
color: #f9d17b;
}
.color-4 {
color: #c5d7e2;
}
.color-5 {
color: #7d9b8d;
}
/* CSS Variables */
:root {
--color-1: #a2d8b4;
--color-2: #f2a6c3;
--color-3: #f9d17b;
--color-4: #c5d7e2;
--color-5: #7d9b8d;
}
🌈 Shades of Green and Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d8b4, #f2a6c3, #f9d17b, #c5d7e2, #7d9b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d8b4, #f2a6c3, #f9d17b, #c5d7e2, #7d9b8d);
}
🔗 Explore similar color palettes
Shades of Green and Pink color palette created on .