Phantom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Phantom palette

Share this palette to:

Download Phantom Color Palette (PNG)

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

Phantom color palette CSS

/* CSS */
.color-1 {
color: #3a3e4b;
}
.color-2 {
color: #5c606a;
}
.color-3 {
color: #7e828b;
}
.color-4 {
color: #a0a5ab;
}
.color-5 {
color: #c5c9ce;
}

/* CSS Variables */
:root {
--color-1: #3a3e4b;
--color-2: #5c606a;
--color-3: #7e828b;
--color-4: #a0a5ab;
--color-5: #c5c9ce;
}

Phantom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3e4b, #5c606a, #7e828b, #a0a5ab, #c5c9ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3e4b, #5c606a, #7e828b, #a0a5ab, #c5c9ce);
}

Phantom color palette created on .