Discover the beautiful Nature's Inkblot color palette featuring fern green (#4c8b3c), wild willow (#a6d06c), fall green (#e6e8ab), buttercup (#f5a524) and orange roughy (#d74f1d).

Nature's Inkblot Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Nature's Inkblot palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Nature's Inkblot palette

Share this palette to:

💻 Nature's Inkblot color palette CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #a6d06c;
}
.color-3 {
color: #e6e8ab;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #d74f1d;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #a6d06c;
--color-3: #e6e8ab;
--color-4: #f5a524;
--color-5: #d74f1d;
}

🌈 Nature's Inkblot background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #a6d06c, #e6e8ab, #f5a524, #d74f1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #a6d06c, #e6e8ab, #f5a524, #d74f1d);
}

Nature's Inkblot color palette created on .