Golden Sand Color Palette

Discover the beautiful Golden Sand color palette featuring gold sand (#e6be89), whiskey (#d3a769), twine (#c49b5a), cape palliser (#a47b3d) and kumera (#8c651d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Amber, Bright, 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 Golden Sand palette

Share this palette to:

💻 Golden Sand color palette CSS

/* CSS */
.color-1 {
color: #e6be89;
}
.color-2 {
color: #d3a769;
}
.color-3 {
color: #c49b5a;
}
.color-4 {
color: #a47b3d;
}
.color-5 {
color: #8c651d;
}

/* CSS Variables */
:root {
--color-1: #e6be89;
--color-2: #d3a769;
--color-3: #c49b5a;
--color-4: #a47b3d;
--color-5: #8c651d;
}

🌈 Golden Sand background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6be89, #d3a769, #c49b5a, #a47b3d, #8c651d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6be89, #d3a769, #c49b5a, #a47b3d, #8c651d);
}

Golden Sand color palette created on .