Asmodeus Color Palette
Discover the beautiful Asmodeus color palette featuring jacarta (#4b2c6d), affair (#7a4d99), wisteria (#a86bb3), whiskey (#d6a86b) and putty (#e7c87e).
Brightness
Saturation
Warmth
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Asmodeus color palette created on .