Golden Reverie Color Palette
Discover the beautiful Golden Reverie color palette featuring whiskey (#d5a86c), east side (#a77ccb), ronchi (#f1c84b), champagne (#f9e9c8) and cameo (#e0c3a9).
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 Reverie palette
๐ป Golden Reverie color palette CSS
/* CSS */
.color-1 {
color: #d5a86c;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f9e9c8;
}
.color-5 {
color: #e0c3a9;
}
/* CSS Variables */
:root {
--color-1: #d5a86c;
--color-2: #a77ccb;
--color-3: #f1c84b;
--color-4: #f9e9c8;
--color-5: #e0c3a9;
} ๐ Golden Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a86c, #a77ccb, #f1c84b, #f9e9c8, #e0c3a9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a86c, #a77ccb, #f1c84b, #f9e9c8, #e0c3a9);
} ๐ Explore similar color palettes
Golden Reverie color palette created on .