Gentle Glances Color Palette

Discover the beautiful Gentle Glances color palette featuring cameo (#d8b69d), santa fe (#b3725b), roman coffee (#7d5447), bone (#e5cfc3) and antique brass (#cd8b6a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Muted, Neutral, Soft, Warm color palettes and combinations.

💡 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

Share this palette to:

💻 Gentle Glances color palette CSS

/* CSS */
.color-1 {
color: #d8b69d;
}
.color-2 {
color: #b3725b;
}
.color-3 {
color: #7d5447;
}
.color-4 {
color: #e5cfc3;
}
.color-5 {
color: #cd8b6a;
}

/* CSS Variables */
:root {
--color-1: #d8b69d;
--color-2: #b3725b;
--color-3: #7d5447;
--color-4: #e5cfc3;
--color-5: #cd8b6a;
}

🌈 Gentle Glances background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b69d, #b3725b, #7d5447, #e5cfc3, #cd8b6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b69d, #b3725b, #7d5447, #e5cfc3, #cd8b6a);
}

Gentle Glances color palette created on .