自然 Color Palette
Discover the beautiful 自然 color palette featuring moss green (#a2d7b3), de york (#8dc8a8), silver tree (#6fbe95), ocean green (#4baf84) and jungle green (#2ca074).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withNature, Green, Bright, Earthy, Light Spring, Aesthetic, Modern, Coastal 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 自然 palette
💻 自然 color palette CSS
/* CSS */
.color-1 {
color: #a2d7b3;
}
.color-2 {
color: #8dc8a8;
}
.color-3 {
color: #6fbe95;
}
.color-4 {
color: #4baf84;
}
.color-5 {
color: #2ca074;
}
/* CSS Variables */
:root {
--color-1: #a2d7b3;
--color-2: #8dc8a8;
--color-3: #6fbe95;
--color-4: #4baf84;
--color-5: #2ca074;
}
🌈 自然 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d7b3, #8dc8a8, #6fbe95, #4baf84, #2ca074);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d7b3, #8dc8a8, #6fbe95, #4baf84, #2ca074);
}
🔗 Explore similar color palettes
自然 color palette created on .