Earthy Serenity Color Palette

Discover the beautiful Earthy Serenity color palette featuring zorba (#a09a8d), mongoose (#b49a7e), sorrell brown (#d3b59c), clay ash (#c1c7b3) and hit gray (#a7b3b9).

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

UI Examples

Explore beautiful UI components with Earthy Serenity palette

Share this palette to:

💻 Earthy Serenity color palette CSS

/* CSS */
.color-1 {
color: #a09a8d;
}
.color-2 {
color: #b49a7e;
}
.color-3 {
color: #d3b59c;
}
.color-4 {
color: #c1c7b3;
}
.color-5 {
color: #a7b3b9;
}

/* CSS Variables */
:root {
--color-1: #a09a8d;
--color-2: #b49a7e;
--color-3: #d3b59c;
--color-4: #c1c7b3;
--color-5: #a7b3b9;
}

🌈 Earthy Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a09a8d, #b49a7e, #d3b59c, #c1c7b3, #a7b3b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a09a8d, #b49a7e, #d3b59c, #c1c7b3, #a7b3b9);
}

Earthy Serenity color palette created on .