Savanna Sunrise Color Palette
Discover the beautiful Savanna Sunrise color palette featuring kilamanjaro (#220b02), espresso (#5d2e1d), brown rust (#a55b3b), porsche (#e6b85c) and golden sand (#f2d578).
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 Savanna Sunrise palette
💻 Savanna Sunrise color palette CSS
/* CSS */
.color-1 {
color: #220b02;
}
.color-2 {
color: #5d2e1d;
}
.color-3 {
color: #a55b3b;
}
.color-4 {
color: #e6b85c;
}
.color-5 {
color: #f2d578;
}
/* CSS Variables */
:root {
--color-1: #220b02;
--color-2: #5d2e1d;
--color-3: #a55b3b;
--color-4: #e6b85c;
--color-5: #f2d578;
} 🌈 Savanna Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #220b02, #5d2e1d, #a55b3b, #e6b85c, #f2d578);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #220b02, #5d2e1d, #a55b3b, #e6b85c, #f2d578);
} 🔗 Explore similar color palettes
Savanna Sunrise color palette created on .