Ancient Sands Color Palette
Discover the beautiful Ancient Sands color palette featuring zombie (#e1cf98), driftwood (#aa8450), paarl (#a15c2b), nutmeg (#7a3929) and cocoa bean (#4c1f1a).
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 Ancient Sands palette
๐ป Ancient Sands color palette CSS
/* CSS */
.color-1 {
color: #e1cf98;
}
.color-2 {
color: #aa8450;
}
.color-3 {
color: #a15c2b;
}
.color-4 {
color: #7a3929;
}
.color-5 {
color: #4c1f1a;
}
/* CSS Variables */
:root {
--color-1: #e1cf98;
--color-2: #aa8450;
--color-3: #a15c2b;
--color-4: #7a3929;
--color-5: #4c1f1a;
} ๐ Ancient Sands background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1cf98, #aa8450, #a15c2b, #7a3929, #4c1f1a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1cf98, #aa8450, #a15c2b, #7a3929, #4c1f1a);
} ๐ Explore similar color palettes
Ancient Sands color palette created on .