Dark Purple Rainbow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Purple Rainbow palette

Share this palette to:

Dark Purple Rainbow color palette CSS

/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #893ebb;
}
.color-3 {
color: #c84c94;
}
.color-4 {
color: #f54d69;
}
.color-5 {
color: #ff7a38;
}

/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #893ebb;
--color-3: #c84c94;
--color-4: #f54d69;
--color-5: #ff7a38;
}

Dark Purple Rainbow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #893ebb, #c84c94, #f54d69, #ff7a38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #893ebb, #c84c94, #f54d69, #ff7a38);
}

Dark Purple Rainbow color palette created on .