Purple Subspace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Subspace palette

Share this palette to:

Purple Subspace color palette CSS

/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #7e3d99;
}
.color-3 {
color: #a34db3;
}
.color-4 {
color: #c77dd9;
}
.color-5 {
color: #f1a7e1;
}

/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #7e3d99;
--color-3: #a34db3;
--color-4: #c77dd9;
--color-5: #f1a7e1;
}

Purple Subspace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #7e3d99, #a34db3, #c77dd9, #f1a7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #7e3d99, #a34db3, #c77dd9, #f1a7e1);
}

Purple Subspace color palette created on .