Golden Sunrise Harmony Color Palette
Discover the beautiful Golden Sunrise Harmony color palette featuring yellow sea (#f9b406), goldenrod (#f9c86c), marzipan (#f9e1a4), corvette (#f9d59f) and hit pink (#f9a17b).
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 Harmony palette
💻 Golden Sunrise Harmony color palette CSS
/* CSS */
.color-1 {
color: #f9b406;
}
.color-2 {
color: #f9c86c;
}
.color-3 {
color: #f9e1a4;
}
.color-4 {
color: #f9d59f;
}
.color-5 {
color: #f9a17b;
}
/* CSS Variables */
:root {
--color-1: #f9b406;
--color-2: #f9c86c;
--color-3: #f9e1a4;
--color-4: #f9d59f;
--color-5: #f9a17b;
}
🌈 Golden Sunrise Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b406, #f9c86c, #f9e1a4, #f9d59f, #f9a17b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b406, #f9c86c, #f9e1a4, #f9d59f, #f9a17b);
}
🔗 Explore similar color palettes
Golden Sunrise Harmony color palette created on .