Phantom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Phantom palette

Share this palette to:

Phantom color palette PNG image

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

Phantom color palette CSS

/* CSS */
.color-1 {
color: #3b3762;
}
.color-2 {
color: #565686;
}
.color-3 {
color: #7a78ab;
}
.color-4 {
color: #bcc0e1;
}
.color-5 {
color: #e3e7f2;
}

/* CSS Variables */
:root {
--color-1: #3b3762;
--color-2: #565686;
--color-3: #7a78ab;
--color-4: #bcc0e1;
--color-5: #e3e7f2;
}

Phantom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3762, #565686, #7a78ab, #bcc0e1, #e3e7f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3762, #565686, #7a78ab, #bcc0e1, #e3e7f2);
}

Phantom color palette created on .