Golden Sunrise Serenade Color Palette
Discover the beautiful Golden Sunrise Serenade color palette featuring champagne (#f9f0c8), sweet corn (#fae780), golden sand (#eed477), anzac (#e3c14f) and hokey pokey (#d7ab33).
Brightness
Saturation
Warmth
💡 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 Serenade palette
💻 Golden Sunrise Serenade color palette CSS
/* CSS */
.color-1 {
color: #f9f0c8;
}
.color-2 {
color: #fae780;
}
.color-3 {
color: #eed477;
}
.color-4 {
color: #e3c14f;
}
.color-5 {
color: #d7ab33;
}
/* CSS Variables */
:root {
--color-1: #f9f0c8;
--color-2: #fae780;
--color-3: #eed477;
--color-4: #e3c14f;
--color-5: #d7ab33;
} 🌈 Golden Sunrise Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f0c8, #fae780, #eed477, #e3c14f, #d7ab33);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f0c8, #fae780, #eed477, #e3c14f, #d7ab33);
} 🔗 Explore similar color palettes
Golden Sunrise Serenade color palette created on .