Brown Oat Cookie Color Palette

Discover the beautiful Brown Oat Cookie color palette featuring double spanish white (#e6d8b7), akaroa (#d4c7a1), indian khaki (#c1b58b), sandal (#a68d6e) and tobacco brown (#6f4c3e).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Brown Oat Cookie color palette CSS

/* CSS */
.color-1 {
color: #e6d8b7;
}
.color-2 {
color: #d4c7a1;
}
.color-3 {
color: #c1b58b;
}
.color-4 {
color: #a68d6e;
}
.color-5 {
color: #6f4c3e;
}

/* CSS Variables */
:root {
--color-1: #e6d8b7;
--color-2: #d4c7a1;
--color-3: #c1b58b;
--color-4: #a68d6e;
--color-5: #6f4c3e;
}

🌈 Brown Oat Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d8b7, #d4c7a1, #c1b58b, #a68d6e, #6f4c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d8b7, #d4c7a1, #c1b58b, #a68d6e, #6f4c3e);
}

Brown Oat Cookie color palette created on .