Wine and Green Elegance Color Palette

Discover the beautiful Wine and Green Elegance color palette featuring maroon oak (#4b0b0b), sisal (#d9cfc4), tom thumb (#3b593c), downriver (#0b294c) and tawny port (#7a2a3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Elegant, Green, Ivory, Wine 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 Wine and Green Elegance palette

Share this palette to:

💻 Wine and Green Elegance color palette CSS

/* CSS */
.color-1 {
color: #4b0b0b;
}
.color-2 {
color: #d9cfc4;
}
.color-3 {
color: #3b593c;
}
.color-4 {
color: #0b294c;
}
.color-5 {
color: #7a2a3a;
}

/* CSS Variables */
:root {
--color-1: #4b0b0b;
--color-2: #d9cfc4;
--color-3: #3b593c;
--color-4: #0b294c;
--color-5: #7a2a3a;
}

🌈 Wine and Green Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0b0b, #d9cfc4, #3b593c, #0b294c, #7a2a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0b0b, #d9cfc4, #3b593c, #0b294c, #7a2a3a);
}

Wine and Green Elegance color palette created on .