Brown Sands Color Palette

Discover the beautiful Brown Sands color palette featuring new orleans (#f3d0a0), whiskey (#d6a26b), driftwood (#b37c4d), nutmeg (#7b4b2d) and millbrook (#503f2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beach, Earthy, 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 Sands palette

Share this palette to:

💻 Brown Sands color palette CSS

/* CSS */
.color-1 {
color: #f3d0a0;
}
.color-2 {
color: #d6a26b;
}
.color-3 {
color: #b37c4d;
}
.color-4 {
color: #7b4b2d;
}
.color-5 {
color: #503f2b;
}

/* CSS Variables */
:root {
--color-1: #f3d0a0;
--color-2: #d6a26b;
--color-3: #b37c4d;
--color-4: #7b4b2d;
--color-5: #503f2b;
}

🌈 Brown Sands background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d0a0, #d6a26b, #b37c4d, #7b4b2d, #503f2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d0a0, #d6a26b, #b37c4d, #7b4b2d, #503f2b);
}

Brown Sands color palette created on .