Asmodeus Color Palette

Discover the beautiful Asmodeus color palette featuring jacarta (#4b2c6d), affair (#7a4d99), wisteria (#a86bb3), whiskey (#d6a86b) and putty (#e7c87e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Lavender, Purple, Spring, Summer, Vibrant 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: #4b2c6d;
}
.color-2 {
color: #7a4d99;
}
.color-3 {
color: #a86bb3;
}
.color-4 {
color: #d6a86b;
}
.color-5 {
color: #e7c87e;
}

/* CSS Variables */
:root {
--color-1: #4b2c6d;
--color-2: #7a4d99;
--color-3: #a86bb3;
--color-4: #d6a86b;
--color-5: #e7c87e;
}

๐ŸŒˆ Asmodeus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c6d, #7a4d99, #a86bb3, #d6a86b, #e7c87e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c6d, #7a4d99, #a86bb3, #d6a86b, #e7c87e);
}

Asmodeus color palette created on .