Golden Savanna Color Palette
Discover the beautiful Golden Savanna color palette featuring apache (#d9b36d), equator (#e4c75e), golden dream (#f0cf3d), portica (#f8e16d) and casablanca (#f6ab51).
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 Savanna palette
💻 Golden Savanna color palette CSS
/* CSS */
.color-1 {
color: #d9b36d;
}
.color-2 {
color: #e4c75e;
}
.color-3 {
color: #f0cf3d;
}
.color-4 {
color: #f8e16d;
}
.color-5 {
color: #f6ab51;
}
/* CSS Variables */
:root {
--color-1: #d9b36d;
--color-2: #e4c75e;
--color-3: #f0cf3d;
--color-4: #f8e16d;
--color-5: #f6ab51;
} 🌈 Golden Savanna background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b36d, #e4c75e, #f0cf3d, #f8e16d, #f6ab51);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b36d, #e4c75e, #f0cf3d, #f8e16d, #f6ab51);
} 🔗 Explore similar color palettes
Golden Savanna color palette created on .