Pastel Color Palette
Discover the beautiful Pastel color palette featuring olivine (#83b37a), tom thumb (#3b543b), bon jour (#e5e1e1), white (#ffffff) and gray asparagus (#4d544a).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBeige, Earthy, Gray, Green, Minimalist, Modern, Nature, Soft, White 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
UI Examples
Explore beautiful UI components with Pastel palette
💻 Pastel color palette CSS
/* CSS */
.color-1 {
color: #83b37a;
}
.color-2 {
color: #3b543b;
}
.color-3 {
color: #e5e1e1;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #4d544a;
}
/* CSS Variables */
:root {
--color-1: #83b37a;
--color-2: #3b543b;
--color-3: #e5e1e1;
--color-4: #ffffff;
--color-5: #4d544a;
} 🌈 Pastel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #83b37a, #3b543b, #e5e1e1, #ffffff, #4d544a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #83b37a, #3b543b, #e5e1e1, #ffffff, #4d544a);
} 🔗 Explore similar color palettes
Pastel color palette created on .