Creamy Brown Color Palette

Discover the beautiful Creamy Brown color palette featuring parchment (#f2e6d4), akaroa (#d7c7a7), nomad (#b7a99e), sandal (#a67d6e) and potters clay (#8c5b3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Beige, Brown, Elegant, Nature 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 Creamy Brown palette

Share this palette to:

💻 Creamy Brown color palette CSS

/* CSS */
.color-1 {
color: #f2e6d4;
}
.color-2 {
color: #d7c7a7;
}
.color-3 {
color: #b7a99e;
}
.color-4 {
color: #a67d6e;
}
.color-5 {
color: #8c5b3b;
}

/* CSS Variables */
:root {
--color-1: #f2e6d4;
--color-2: #d7c7a7;
--color-3: #b7a99e;
--color-4: #a67d6e;
--color-5: #8c5b3b;
}

🌈 Creamy Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e6d4, #d7c7a7, #b7a99e, #a67d6e, #8c5b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e6d4, #d7c7a7, #b7a99e, #a67d6e, #8c5b3b);
}

Creamy Brown color palette created on .