Warm Sand Color Palette
Discover the beautiful Warm Sand color palette featuring mojo (#c65c39), santa fe (#b86e4c), sandal (#a48a6a), cashmere (#e3c4a5) and cameo (#d8b79d).
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 Warm Sand palette
💻 Warm Sand color palette CSS
/* CSS */
.color-1 {
color: #c65c39;
}
.color-2 {
color: #b86e4c;
}
.color-3 {
color: #a48a6a;
}
.color-4 {
color: #e3c4a5;
}
.color-5 {
color: #d8b79d;
}
/* CSS Variables */
:root {
--color-1: #c65c39;
--color-2: #b86e4c;
--color-3: #a48a6a;
--color-4: #e3c4a5;
--color-5: #d8b79d;
}
🌈 Warm Sand background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65c39, #b86e4c, #a48a6a, #e3c4a5, #d8b79d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65c39, #b86e4c, #a48a6a, #e3c4a5, #d8b79d);
}
🔗 Explore similar color palettes
Warm Sand color palette created on .