Golden Dunes Color Palette

Discover the beautiful Golden Dunes color palette featuring brandy (#dcc98e), laser (#c8b479), chalky (#f0db9e), kumera (#8b6327) and sorrell brown (#c8b58d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Bright, Brown, Earthy, Gold, Nature, Summer, Warm, Yellow 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 Golden Dunes palette

Share this palette to:

💻 Golden Dunes color palette CSS

/* CSS */
.color-1 {
color: #dcc98e;
}
.color-2 {
color: #c8b479;
}
.color-3 {
color: #f0db9e;
}
.color-4 {
color: #8b6327;
}
.color-5 {
color: #c8b58d;
}

/* CSS Variables */
:root {
--color-1: #dcc98e;
--color-2: #c8b479;
--color-3: #f0db9e;
--color-4: #8b6327;
--color-5: #c8b58d;
}

🌈 Golden Dunes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcc98e, #c8b479, #f0db9e, #8b6327, #c8b58d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcc98e, #c8b479, #f0db9e, #8b6327, #c8b58d);
}

Golden Dunes color palette created on .