Ash Blonde Color Palette

Discover the beautiful Ash Blonde color palette featuring akaroa (#d1c6a3), coral reef (#c3af9d), gray olive (#a8a08f), granite green (#8b8a79) and kokoda (#706f5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNeutral, Light, Beige, Blonde, Warm, Soft, Nature, Elegant, Earthy, Modern 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 Ash Blonde palette

Share this palette to:

💻 Ash Blonde color palette CSS

/* CSS */
.color-1 {
color: #d1c6a3;
}
.color-2 {
color: #c3af9d;
}
.color-3 {
color: #a8a08f;
}
.color-4 {
color: #8b8a79;
}
.color-5 {
color: #706f5c;
}

/* CSS Variables */
:root {
--color-1: #d1c6a3;
--color-2: #c3af9d;
--color-3: #a8a08f;
--color-4: #8b8a79;
--color-5: #706f5c;
}

🌈 Ash Blonde background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c6a3, #c3af9d, #a8a08f, #8b8a79, #706f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c6a3, #c3af9d, #a8a08f, #8b8a79, #706f5c);
}

Ash Blonde color palette created on .