Pastel Green Color Palette
Discover the beautiful Pastel Green color palette featuring moss green (#b2e0b2), moss green (#a1d9a2), de york (#8dce8f), de york (#76c685) and fern (#69bf77).
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 Pastel Green palette
💻 Pastel Green color palette CSS
/* CSS */
.color-1 {
color: #b2e0b2;
}
.color-2 {
color: #a1d9a2;
}
.color-3 {
color: #8dce8f;
}
.color-4 {
color: #76c685;
}
.color-5 {
color: #69bf77;
}
/* CSS Variables */
:root {
--color-1: #b2e0b2;
--color-2: #a1d9a2;
--color-3: #8dce8f;
--color-4: #76c685;
--color-5: #69bf77;
}
🌈 Pastel Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2e0b2, #a1d9a2, #8dce8f, #76c685, #69bf77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2e0b2, #a1d9a2, #8dce8f, #76c685, #69bf77);
}
🔗 Explore similar color palettes
Pastel Green color palette created on .