Belial Color Palette

Discover the beautiful Belial color palette featuring kumera (#895b29), tussock (#c2863d), equator (#e1b06b), sidecar (#f1e0b1) and red damask (#d9613f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Amber, Gold, Brown, Warm, Autumn, Deep, Retro, Deep Autumn 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 Belial palette

Share this palette to:

💻 Belial color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c2863d;
}
.color-3 {
color: #e1b06b;
}
.color-4 {
color: #f1e0b1;
}
.color-5 {
color: #d9613f;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c2863d;
--color-3: #e1b06b;
--color-4: #f1e0b1;
--color-5: #d9613f;
}

🌈 Belial background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c2863d, #e1b06b, #f1e0b1, #d9613f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c2863d, #e1b06b, #f1e0b1, #d9613f);
}

Belial color palette created on .