Sandal Shades Color Palette
Discover the beautiful Sandal Shades color palette featuring twine (#c1a074), teak (#ae8d65), leather (#9e7c5a), twine (#c8975f) and driftwood (#b68249).
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 Sandal Shades palette
💻 Sandal Shades color palette CSS
/* CSS */
.color-1 {
color: #c1a074;
}
.color-2 {
color: #ae8d65;
}
.color-3 {
color: #9e7c5a;
}
.color-4 {
color: #c8975f;
}
.color-5 {
color: #b68249;
}
/* CSS Variables */
:root {
--color-1: #c1a074;
--color-2: #ae8d65;
--color-3: #9e7c5a;
--color-4: #c8975f;
--color-5: #b68249;
} 🌈 Sandal Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1a074, #ae8d65, #9e7c5a, #c8975f, #b68249);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1a074, #ae8d65, #9e7c5a, #c8975f, #b68249);
} 🔗 Explore similar color palettes
Sandal Shades color palette created on .