Plant Color Palette
Discover the beautiful Plant color palette featuring mantis (#69bf4a), apple (#4e9c3a), forest green (#3b7a2a), parsley (#2a5c1f) and parsley (#1e4b16).
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 Plant palette
💻 Plant color palette CSS
/* CSS */
.color-1 {
color: #69bf4a;
}
.color-2 {
color: #4e9c3a;
}
.color-3 {
color: #3b7a2a;
}
.color-4 {
color: #2a5c1f;
}
.color-5 {
color: #1e4b16;
}
/* CSS Variables */
:root {
--color-1: #69bf4a;
--color-2: #4e9c3a;
--color-3: #3b7a2a;
--color-4: #2a5c1f;
--color-5: #1e4b16;
}
🌈 Plant background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf4a, #4e9c3a, #3b7a2a, #2a5c1f, #1e4b16);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf4a, #4e9c3a, #3b7a2a, #2a5c1f, #1e4b16);
}
🔗 Explore similar color palettes
Plant color palette created on .