Elegant Coffee Color Palette

Discover the beautiful Elegant Coffee color palette featuring dingley (#5d7d4a), rainee (#b6c9a6), hampton (#e6d8b2), twine (#c89f6a) and ironstone (#7e4f3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Bright, Brown, Elegant, Green 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 Elegant Coffee palette

Share this palette to:

💻 Elegant Coffee color palette CSS

/* CSS */
.color-1 {
color: #5d7d4a;
}
.color-2 {
color: #b6c9a6;
}
.color-3 {
color: #e6d8b2;
}
.color-4 {
color: #c89f6a;
}
.color-5 {
color: #7e4f3a;
}

/* CSS Variables */
:root {
--color-1: #5d7d4a;
--color-2: #b6c9a6;
--color-3: #e6d8b2;
--color-4: #c89f6a;
--color-5: #7e4f3a;
}

🌈 Elegant Coffee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d7d4a, #b6c9a6, #e6d8b2, #c89f6a, #7e4f3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d7d4a, #b6c9a6, #e6d8b2, #c89f6a, #7e4f3a);
}

Elegant Coffee color palette created on .