Pastel Green Color Palette
Discover the beautiful Pastel Green color palette featuring moss green (#a3d99b), marzipan (#f9e29f), mandys pink (#f4b7b3), froly (#f17979) and cream can (#f5c45c).
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: #a3d99b;
}
.color-2 {
color: #f9e29f;
}
.color-3 {
color: #f4b7b3;
}
.color-4 {
color: #f17979;
}
.color-5 {
color: #f5c45c;
}
/* CSS Variables */
:root {
--color-1: #a3d99b;
--color-2: #f9e29f;
--color-3: #f4b7b3;
--color-4: #f17979;
--color-5: #f5c45c;
} 🌈 Pastel Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d99b, #f9e29f, #f4b7b3, #f17979, #f5c45c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d99b, #f9e29f, #f4b7b3, #f17979, #f5c45c);
} 🔗 Explore similar color palettes
Pastel Green color palette created on .