Golden Princess Color Palette
Discover the beautiful Golden Princess color palette featuring energy yellow (#f9d74d), anzac (#e4b74e), anzac (#e4a34e), raw sienna (#d6943d) and copper (#b96e3c).
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 Princess palette
💻 Golden Princess color palette CSS
/* CSS */
.color-1 {
color: #f9d74d;
}
.color-2 {
color: #e4b74e;
}
.color-3 {
color: #e4a34e;
}
.color-4 {
color: #d6943d;
}
.color-5 {
color: #b96e3c;
}
/* CSS Variables */
:root {
--color-1: #f9d74d;
--color-2: #e4b74e;
--color-3: #e4a34e;
--color-4: #d6943d;
--color-5: #b96e3c;
} 🌈 Golden Princess background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d74d, #e4b74e, #e4a34e, #d6943d, #b96e3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d74d, #e4b74e, #e4a34e, #d6943d, #b96e3c);
} 🔗 Explore similar color palettes
Golden Princess color palette created on .