Golden Sunrise Harmony Color Palette
Discover the beautiful Golden Sunrise Harmony color palette featuring christine (#ed810c), web orange (#faa700), sunglow (#fbcb2d), golden glow (#ffea8f) and peach (#ffe3b3).
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
UI Examples
Explore beautiful UI components with Golden Sunrise Harmony palette
💻 Golden Sunrise Harmony color palette CSS
/* CSS */
.color-1 {
color: #ed810c;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #fbcb2d;
}
.color-4 {
color: #ffea8f;
}
.color-5 {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--color-1: #ed810c;
--color-2: #faa700;
--color-3: #fbcb2d;
--color-4: #ffea8f;
--color-5: #ffe3b3;
} 🌈 Golden Sunrise Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed810c, #faa700, #fbcb2d, #ffea8f, #ffe3b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed810c, #faa700, #fbcb2d, #ffea8f, #ffe3b3);
} Golden Sunrise Harmony color palette created on .