Golden Sands Color Palette

Discover the beautiful Golden Sands color palette featuring golden sand (#f0db7f), sandwisp (#f6e09d), cape honey (#fce1a6), supernova (#f5c400) and corn (#e0b000).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Bright, Yellow, Beach, Summer, Tropical, Light 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 Sands palette

Share this palette to:

💻 Golden Sands color palette CSS

/* CSS */
.color-1 {
color: #f0db7f;
}
.color-2 {
color: #f6e09d;
}
.color-3 {
color: #fce1a6;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #e0b000;
}

/* CSS Variables */
:root {
--color-1: #f0db7f;
--color-2: #f6e09d;
--color-3: #fce1a6;
--color-4: #f5c400;
--color-5: #e0b000;
}

🌈 Golden Sands background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0db7f, #f6e09d, #fce1a6, #f5c400, #e0b000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0db7f, #f6e09d, #fce1a6, #f5c400, #e0b000);
}

Golden Sands color palette created on .