Stone Color Palette

Discover the beautiful Stone color palette featuring bud (#a7b29f), akaroa (#d9c9b5), cashmere (#e4b5a0), tonys pink (#ebaf93) and apricot (#e78a7e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Earthy, Neutral, Nature, Soft, Modern, Light Autumn, Warm, Boho 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 Stone palette

Share this palette to:

💻 Stone color palette CSS

/* CSS */
.color-1 {
color: #a7b29f;
}
.color-2 {
color: #d9c9b5;
}
.color-3 {
color: #e4b5a0;
}
.color-4 {
color: #ebaf93;
}
.color-5 {
color: #e78a7e;
}

/* CSS Variables */
:root {
--color-1: #a7b29f;
--color-2: #d9c9b5;
--color-3: #e4b5a0;
--color-4: #ebaf93;
--color-5: #e78a7e;
}

🌈 Stone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b29f, #d9c9b5, #e4b5a0, #ebaf93, #e78a7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b29f, #d9c9b5, #e4b5a0, #ebaf93, #e78a7e);
}

Stone color palette created on .