Asmodeus Color Palette

Discover the beautiful Asmodeus color palette featuring jon (#3b202d), congo brown (#694040), toast (#946d61), sandal (#b49074) and mongoose (#baa58d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Burgundy, Cream, Dark, Earthy, Muted, Neutral, Soft, Warm 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 Asmodeus palette

Share this palette to:

💻 Asmodeus color palette CSS

/* CSS */
.color-1 {
color: #3b202d;
}
.color-2 {
color: #694040;
}
.color-3 {
color: #946d61;
}
.color-4 {
color: #b49074;
}
.color-5 {
color: #baa58d;
}

/* CSS Variables */
:root {
--color-1: #3b202d;
--color-2: #694040;
--color-3: #946d61;
--color-4: #b49074;
--color-5: #baa58d;
}

🌈 Asmodeus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b202d, #694040, #946d61, #b49074, #baa58d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b202d, #694040, #946d61, #b49074, #baa58d);
}

Asmodeus color palette created on .