Discover the beautiful Golden Sunrise color palette featuring web orange (#f5a300), selective yellow (#ffb700), supernova (#ffc800), gold (#ffd500) and school bus yellow (#ffd900).

Golden Sunrise Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Golden Sunrise palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Golden Sunrise palette

Share this palette to:

💻 Golden Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ffb700;
}
.color-3 {
color: #ffc800;
}
.color-4 {
color: #ffd500;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ffb700;
--color-3: #ffc800;
--color-4: #ffd500;
--color-5: #ffd900;
}

🌈 Golden Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ffb700, #ffc800, #ffd500, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ffb700, #ffc800, #ffd500, #ffd900);
}

Golden Sunrise color palette created on .