Golden Reverie Color Palette

Discover the beautiful Golden Reverie color palette featuring sea buckthorn (#f9a824), casablanca (#f9c448), albescent white (#f3e8c8), cavern pink (#e2b1c5) and charm (#d86989).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Gold, Yellow 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: #f9a824;
}
.color-2 {
color: #f9c448;
}
.color-3 {
color: #f3e8c8;
}
.color-4 {
color: #e2b1c5;
}
.color-5 {
color: #d86989;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f9c448;
--color-3: #f3e8c8;
--color-4: #e2b1c5;
--color-5: #d86989;
}

🌈 Golden Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f9c448, #f3e8c8, #e2b1c5, #d86989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f9c448, #f3e8c8, #e2b1c5, #d86989);
}

Golden Reverie color palette created on .