Nature's Embrace Color Palette

Discover the beautiful Nature's Embrace color palette featuring emerald (#5abf87), edgewater (#c1e1da), wheat (#f3d7af), sandy brown (#f4a157) and burnt sienna (#e7693c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNature, Green, Bright, Beach, Autumn 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: #5abf87;
}
.color-2 {
color: #c1e1da;
}
.color-3 {
color: #f3d7af;
}
.color-4 {
color: #f4a157;
}
.color-5 {
color: #e7693c;
}

/* CSS Variables */
:root {
--color-1: #5abf87;
--color-2: #c1e1da;
--color-3: #f3d7af;
--color-4: #f4a157;
--color-5: #e7693c;
}

🌈 Nature's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf87, #c1e1da, #f3d7af, #f4a157, #e7693c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf87, #c1e1da, #f3d7af, #f4a157, #e7693c);
}

Nature's Embrace color palette created on .