Loading...

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: #1b1b4b;
}
.color-2 {
color: #4b3d5c;
}
.color-3 {
color: #7a5c79;
}
.color-4 {
color: #b68d6d;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #1b1b4b;
--color-2: #4b3d5c;
--color-3: #7a5c79;
--color-4: #b68d6d;
--color-5: #f1c84b;
}

Phantom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1b4b, #4b3d5c, #7a5c79, #b68d6d, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1b4b, #4b3d5c, #7a5c79, #b68d6d, #f1c84b);
}

Phantom color palette created on .