Golden Baroque Color Palette
Discover the beautiful Golden Baroque color palette featuring cape palliser (#9f7b3c), apache (#dabf6c), cashmere (#e6cba8), cameo (#d7b89d) and brandy rose (#b58c78).
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 Golden Baroque palette
๐ป Golden Baroque color palette CSS
/* CSS */
.color-1 {
color: #9f7b3c;
}
.color-2 {
color: #dabf6c;
}
.color-3 {
color: #e6cba8;
}
.color-4 {
color: #d7b89d;
}
.color-5 {
color: #b58c78;
}
/* CSS Variables */
:root {
--color-1: #9f7b3c;
--color-2: #dabf6c;
--color-3: #e6cba8;
--color-4: #d7b89d;
--color-5: #b58c78;
}
๐ Golden Baroque background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f7b3c, #dabf6c, #e6cba8, #d7b89d, #b58c78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f7b3c, #dabf6c, #e6cba8, #d7b89d, #b58c78);
}
๐ Explore similar color palettes
Golden Baroque color palette created on .