Dark Purple Chaos Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Purple Chaos palette

Share this palette to:

Dark Purple Chaos color palette CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #a33e59;
}
.color-3 {
color: #d95e79;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #ffdc5c;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #a33e59;
--color-3: #d95e79;
--color-4: #fab700;
--color-5: #ffdc5c;
}

Dark Purple Chaos background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #a33e59, #d95e79, #fab700, #ffdc5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #a33e59, #d95e79, #fab700, #ffdc5c);
}

Dark Purple Chaos color palette created on .