Subspace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Subspace palette

Share this palette to:

Subspace color palette PNG image

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

Subspace color palette CSS

/* CSS */
.color-1 {
color: #1b1b4b;
}
.color-2 {
color: #4a3c6d;
}
.color-3 {
color: #805b8b;
}
.color-4 {
color: #b6919c;
}
.color-5 {
color: #f3bfcd;
}

/* CSS Variables */
:root {
--color-1: #1b1b4b;
--color-2: #4a3c6d;
--color-3: #805b8b;
--color-4: #b6919c;
--color-5: #f3bfcd;
}

Subspace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1b4b, #4a3c6d, #805b8b, #b6919c, #f3bfcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1b4b, #4a3c6d, #805b8b, #b6919c, #f3bfcd);
}

Subspace color palette created on .