Shades of Brandy Color Palette

Discover the beautiful Shades of Brandy color palette featuring brandy (#dec196), di serria (#d8a65a), old gold (#cbae3a), copper (#a96f2d) and shingle fawn (#714e38).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Earthy, Warm, Autumn 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 Shades of Brandy palette

Share this palette to:

๐Ÿ’ป Shades of Brandy color palette CSS

/* CSS */
.color-1 {
color: #dec196;
}
.color-2 {
color: #d8a65a;
}
.color-3 {
color: #cbae3a;
}
.color-4 {
color: #a96f2d;
}
.color-5 {
color: #714e38;
}

/* CSS Variables */
:root {
--color-1: #dec196;
--color-2: #d8a65a;
--color-3: #cbae3a;
--color-4: #a96f2d;
--color-5: #714e38;
}

๐ŸŒˆ Shades of Brandy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dec196, #d8a65a, #cbae3a, #a96f2d, #714e38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dec196, #d8a65a, #cbae3a, #a96f2d, #714e38);
}

Shades of Brandy color palette created on .