Brown Cookie Color Palette

Discover the beautiful Brown Cookie color palette featuring double spanish white (#e7d2b6), akaroa (#d7c6b2), bison hide (#c1b19f), del rio (#a6908c) and sandstone (#796c5d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Brown, Earthy, 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 Brown Cookie palette

Share this palette to:

💻 Brown Cookie color palette CSS

/* CSS */
.color-1 {
color: #e7d2b6;
}
.color-2 {
color: #d7c6b2;
}
.color-3 {
color: #c1b19f;
}
.color-4 {
color: #a6908c;
}
.color-5 {
color: #796c5d;
}

/* CSS Variables */
:root {
--color-1: #e7d2b6;
--color-2: #d7c6b2;
--color-3: #c1b19f;
--color-4: #a6908c;
--color-5: #796c5d;
}

🌈 Brown Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d2b6, #d7c6b2, #c1b19f, #a6908c, #796c5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d2b6, #d7c6b2, #c1b19f, #a6908c, #796c5d);
}

Brown Cookie color palette created on .