Five Leaf Clover Color Palette
Discover the beautiful Five Leaf Clover color palette featuring asparagus (#6c9c49), moss green (#abd7a3), chrome white (#e3f0d6), rum swizzle (#f3f7de) and mantis (#7dbf69).
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 Five Leaf Clover palette
💻 Five Leaf Clover color palette CSS
/* CSS */
.color-1 {
color: #6c9c49;
}
.color-2 {
color: #abd7a3;
}
.color-3 {
color: #e3f0d6;
}
.color-4 {
color: #f3f7de;
}
.color-5 {
color: #7dbf69;
}
/* CSS Variables */
:root {
--color-1: #6c9c49;
--color-2: #abd7a3;
--color-3: #e3f0d6;
--color-4: #f3f7de;
--color-5: #7dbf69;
} 🌈 Five Leaf Clover background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c9c49, #abd7a3, #e3f0d6, #f3f7de, #7dbf69);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c9c49, #abd7a3, #e3f0d6, #f3f7de, #7dbf69);
} 🔗 Explore similar color palettes
Five Leaf Clover color palette created on .