Heathered Gray Serenity Color Palette

Discover the beautiful Heathered Gray Serenity color palette featuring heathered gray (#b6b096), coral reef (#c8c1a7), chino (#d5d0b4), beryl green (#e2e0c0) and ecru white (#f5f2e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Earthy, Light, Soft 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 Heathered Gray Serenity palette

Share this palette to:

💻 Heathered Gray Serenity color palette CSS

/* CSS */
.color-1 {
color: #b6b096;
}
.color-2 {
color: #c8c1a7;
}
.color-3 {
color: #d5d0b4;
}
.color-4 {
color: #e2e0c0;
}
.color-5 {
color: #f5f2e5;
}

/* CSS Variables */
:root {
--color-1: #b6b096;
--color-2: #c8c1a7;
--color-3: #d5d0b4;
--color-4: #e2e0c0;
--color-5: #f5f2e5;
}

🌈 Heathered Gray Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6b096, #c8c1a7, #d5d0b4, #e2e0c0, #f5f2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6b096, #c8c1a7, #d5d0b4, #e2e0c0, #f5f2e5);
}

Heathered Gray Serenity color palette created on .