Clover Color Palette

Discover the beautiful Clover color palette featuring fruit salad (#4fb051), de york (#81c583), moss green (#a8d7a8), panache (#eaf6eb) and surf crest (#c7e5c8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Garden, Green, Light, Nature, Spring, Summer 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 Clover palette

Share this palette to:

💻 Clover color palette CSS

/* CSS */
.color-1 {
color: #4fb051;
}
.color-2 {
color: #81c583;
}
.color-3 {
color: #a8d7a8;
}
.color-4 {
color: #eaf6eb;
}
.color-5 {
color: #c7e5c8;
}

/* CSS Variables */
:root {
--color-1: #4fb051;
--color-2: #81c583;
--color-3: #a8d7a8;
--color-4: #eaf6eb;
--color-5: #c7e5c8;
}

🌈 Clover background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4fb051, #81c583, #a8d7a8, #eaf6eb, #c7e5c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4fb051, #81c583, #a8d7a8, #eaf6eb, #c7e5c8);
}

Clover color palette created on .