Brown Aesthetic Color Palette

Discover the beautiful Brown Aesthetic color palette featuring quincy (#5b3a29), potters clay (#8b5b37), laser (#c6a96c), cashmere (#e6cba8) and almond (#f2dfd4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Aesthetic, Earthy, Neutral, Warm, Autumn, Nature, Vintage, 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 Aesthetic palette

Share this palette to:

💻 Brown Aesthetic color palette CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #8b5b37;
}
.color-3 {
color: #c6a96c;
}
.color-4 {
color: #e6cba8;
}
.color-5 {
color: #f2dfd4;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #8b5b37;
--color-3: #c6a96c;
--color-4: #e6cba8;
--color-5: #f2dfd4;
}

🌈 Brown Aesthetic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #8b5b37, #c6a96c, #e6cba8, #f2dfd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #8b5b37, #c6a96c, #e6cba8, #f2dfd4);
}

Brown Aesthetic color palette created on .