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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Violet, Bright, Fun, Beach 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 Golden Reverie palette

Share this palette to:

๐Ÿ’ป 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);
}

Golden Reverie color palette created on .