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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Shades of Brandy color palette created on .