Shades of Sand Color Palette
Discover the beautiful Shades of Sand color palette featuring anzac (#e5b148), brandy punch (#d68a38), crail (#c3603c), chestnut (#b54f56) and cannon pink (#7f3d7a).
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 Shades of Sand palette
๐ป Shades of Sand color palette CSS
/* CSS */
.color-1 {
color: #e5b148;
}
.color-2 {
color: #d68a38;
}
.color-3 {
color: #c3603c;
}
.color-4 {
color: #b54f56;
}
.color-5 {
color: #7f3d7a;
}
/* CSS Variables */
:root {
--color-1: #e5b148;
--color-2: #d68a38;
--color-3: #c3603c;
--color-4: #b54f56;
--color-5: #7f3d7a;
}
๐ Shades of Sand background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b148, #d68a38, #c3603c, #b54f56, #7f3d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b148, #d68a38, #c3603c, #b54f56, #7f3d7a);
}
๐ Explore similar color palettes
Shades of Sand color palette created on .