Golden Sunset Dreams Color Palette

Discover the beautiful Golden Sunset Dreams color palette featuring cream can (#f5bf5b), sandy brown (#f5b05b), sandy brown (#f59e5b), sandy brown (#f58f5b) and carnation (#f5775b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Fun, Spring, Sun 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 Sunset Dreams palette

Share this palette to:

💻 Golden Sunset Dreams color palette CSS

/* CSS */
.color-1 {
color: #f5bf5b;
}
.color-2 {
color: #f5b05b;
}
.color-3 {
color: #f59e5b;
}
.color-4 {
color: #f58f5b;
}
.color-5 {
color: #f5775b;
}

/* CSS Variables */
:root {
--color-1: #f5bf5b;
--color-2: #f5b05b;
--color-3: #f59e5b;
--color-4: #f58f5b;
--color-5: #f5775b;
}

🌈 Golden Sunset Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5bf5b, #f5b05b, #f59e5b, #f58f5b, #f5775b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5bf5b, #f5b05b, #f59e5b, #f58f5b, #f5775b);
}

Golden Sunset Dreams color palette created on .