Purple Universe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Universe palette

Share this palette to:

Purple Universe color palette CSS

/* CSS */
.color-1 {
color: #5a4fcf;
}
.color-2 {
color: #8b6fd8;
}
.color-3 {
color: #ae9adb;
}
.color-4 {
color: #e6c1f0;
}
.color-5 {
color: #f5a3c1;
}

/* CSS Variables */
:root {
--color-1: #5a4fcf;
--color-2: #8b6fd8;
--color-3: #ae9adb;
--color-4: #e6c1f0;
--color-5: #f5a3c1;
}

Purple Universe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a4fcf, #8b6fd8, #ae9adb, #e6c1f0, #f5a3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a4fcf, #8b6fd8, #ae9adb, #e6c1f0, #f5a3c1);
}

Purple Universe color palette created on .