Leo Color Palette

Discover the beautiful Leo color palette featuring ronchi (#f1b74b), anzac (#e09a3e), brandy punch (#d67f2e), tuscany (#b74f2a) and burnt umber (#8d2a2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Amber, Orange, Red, Warm, Vibrant, Leo, Sun, Summer, Bright 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 Leo palette

Share this palette to:

💻 Leo color palette CSS

/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #e09a3e;
}
.color-3 {
color: #d67f2e;
}
.color-4 {
color: #b74f2a;
}
.color-5 {
color: #8d2a2a;
}

/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #e09a3e;
--color-3: #d67f2e;
--color-4: #b74f2a;
--color-5: #8d2a2a;
}

🌈 Leo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #e09a3e, #d67f2e, #b74f2a, #8d2a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #e09a3e, #d67f2e, #b74f2a, #8d2a2a);
}

Leo color palette created on .