Golden Sands Color Palette
Discover the beautiful Golden Sands color palette featuring taupe (#4b3d3a), laser (#c9a86e), ronchi (#f1c84b), web orange (#f0a800) and flame pea (#d76b2d).
Brightness
Saturation
Warmth
💡 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
💻 Golden Sands color palette CSS
/* CSS */
.color-1 {
color: #4b3d3a;
}
.color-2 {
color: #c9a86e;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d76b2d;
}
/* CSS Variables */
:root {
--color-1: #4b3d3a;
--color-2: #c9a86e;
--color-3: #f1c84b;
--color-4: #f0a800;
--color-5: #d76b2d;
} 🌈 Golden Sands background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d3a, #c9a86e, #f1c84b, #f0a800, #d76b2d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d3a, #c9a86e, #f1c84b, #f0a800, #d76b2d);
} 🔗 Explore similar color palettes
Golden Sands color palette created on .