The Lion King Color Palette

Discover the beautiful The Lion King color palette featuring ronchi (#f1c84b), tulip tree (#e8a83b), hokey pokey (#d69c29), fuzzy wuzzy brown (#c66e4e) and cognac (#a7391b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAfrica, Animal, Bright, Earthy, Gold, Orange, Red, Safari, Vibrant, Yellow color palettes and combinations.

💡 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 The Lion King palette

Share this palette to:

💻 The Lion King color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e8a83b;
}
.color-3 {
color: #d69c29;
}
.color-4 {
color: #c66e4e;
}
.color-5 {
color: #a7391b;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e8a83b;
--color-3: #d69c29;
--color-4: #c66e4e;
--color-5: #a7391b;
}

🌈 The Lion King background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e8a83b, #d69c29, #c66e4e, #a7391b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e8a83b, #d69c29, #c66e4e, #a7391b);
}

The Lion King color palette created on .