Asmodeus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Asmodeus palette

Share this palette to:

Asmodeus color palette PNG image

Download asmodeus color palette PNG image (landscape)
Download asmodeus color palette PNG image (square)

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 .