Golden Sunrise Color Palette

Discover the beautiful Golden Sunrise color palette featuring web orange (#f0a800), selective yellow (#ffb300), bright sun (#ffd942), salomie (#ffeb8a) and orange (#ff6d1f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Summer, Fun, Vibrant 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 Sunrise palette

Share this palette to:

💻 Golden Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ffeb8a;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffb300;
--color-3: #ffd942;
--color-4: #ffeb8a;
--color-5: #ff6d1f;
}

🌈 Golden Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffb300, #ffd942, #ffeb8a, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffb300, #ffd942, #ffeb8a, #ff6d1f);
}

Golden Sunrise color palette created on .