Herbology Color Palette

Discover the beautiful Herbology color palette featuring asparagus (#7c9b4b), olivine (#a3c57d), beryl green (#d2e5b8), rum swizzle (#f5faeb) and sprout (#d1dbb3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Botanical, Nature, Bright, Light, Soft, Spring, Garden, Herb, Earthy 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 Herbology palette

Share this palette to:

💻 Herbology color palette CSS

/* CSS */
.color-1 {
color: #7c9b4b;
}
.color-2 {
color: #a3c57d;
}
.color-3 {
color: #d2e5b8;
}
.color-4 {
color: #f5faeb;
}
.color-5 {
color: #d1dbb3;
}

/* CSS Variables */
:root {
--color-1: #7c9b4b;
--color-2: #a3c57d;
--color-3: #d2e5b8;
--color-4: #f5faeb;
--color-5: #d1dbb3;
}

🌈 Herbology background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c9b4b, #a3c57d, #d2e5b8, #f5faeb, #d1dbb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c9b4b, #a3c57d, #d2e5b8, #f5faeb, #d1dbb3);
}

Herbology color palette created on .