Brown Almond Cookie Color Palette

Discover the beautiful Brown Almond Cookie color palette featuring hampton (#e4cda5), sorrell brown (#d0b89a), quicksand (#b69b8b), sandal (#a8826b) and beaver (#8f6b5b).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Brown Almond Cookie color palette CSS

/* CSS */
.color-1 {
color: #e4cda5;
}
.color-2 {
color: #d0b89a;
}
.color-3 {
color: #b69b8b;
}
.color-4 {
color: #a8826b;
}
.color-5 {
color: #8f6b5b;
}

/* CSS Variables */
:root {
--color-1: #e4cda5;
--color-2: #d0b89a;
--color-3: #b69b8b;
--color-4: #a8826b;
--color-5: #8f6b5b;
}

🌈 Brown Almond Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4cda5, #d0b89a, #b69b8b, #a8826b, #8f6b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4cda5, #d0b89a, #b69b8b, #a8826b, #8f6b5b);
}

Brown Almond Cookie color palette created on .