Gentle Glances Color Palette
Discover the beautiful Gentle Glances color palette featuring rodeo dust (#c5afa0), beaver (#8d695e), dorado (#5e4d4a), wafer (#d8cac5) and sandal (#b47f6e).
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 Gentle Glances palette
💻 Gentle Glances color palette CSS
/* CSS */
.color-1 {
color: #c5afa0;
}
.color-2 {
color: #8d695e;
}
.color-3 {
color: #5e4d4a;
}
.color-4 {
color: #d8cac5;
}
.color-5 {
color: #b47f6e;
}
/* CSS Variables */
:root {
--color-1: #c5afa0;
--color-2: #8d695e;
--color-3: #5e4d4a;
--color-4: #d8cac5;
--color-5: #b47f6e;
} 🌈 Gentle Glances background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5afa0, #8d695e, #5e4d4a, #d8cac5, #b47f6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5afa0, #8d695e, #5e4d4a, #d8cac5, #b47f6e);
} 🔗 Explore similar color palettes
Gentle Glances color palette created on .