Nature's Embrace Color Palette

Discover the beautiful Nature's Embrace color palette featuring mantis (#6cbf5a), atlantis (#a9d03e), gossip (#e2f6a2), givry (#f7e5c0) and manhattan (#f5b59e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Yellow, Cream, Coral, Nature, Garden, Vegetation, Wellness 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 Nature's Embrace palette

Share this palette to:

💻 Nature's Embrace color palette CSS

/* CSS */
.color-1 {
color: #6cbf5a;
}
.color-2 {
color: #a9d03e;
}
.color-3 {
color: #e2f6a2;
}
.color-4 {
color: #f7e5c0;
}
.color-5 {
color: #f5b59e;
}

/* CSS Variables */
:root {
--color-1: #6cbf5a;
--color-2: #a9d03e;
--color-3: #e2f6a2;
--color-4: #f7e5c0;
--color-5: #f5b59e;
}

🌈 Nature's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6cbf5a, #a9d03e, #e2f6a2, #f7e5c0, #f5b59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6cbf5a, #a9d03e, #e2f6a2, #f7e5c0, #f5b59e);
}

Nature's Embrace color palette created on .