Phantom Blaze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Phantom Blaze palette

Share this palette to:

Phantom Blaze color palette CSS

/* CSS */
.color-1 {
color: #ff4a3d;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffdd00;
}
.color-4 {
color: #3decff;
}
.color-5 {
color: #00b2ff;
}

/* CSS Variables */
:root {
--color-1: #ff4a3d;
--color-2: #ff8c00;
--color-3: #ffdd00;
--color-4: #3decff;
--color-5: #00b2ff;
}

Phantom Blaze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4a3d, #ff8c00, #ffdd00, #3decff, #00b2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4a3d, #ff8c00, #ffdd00, #3decff, #00b2ff);
}

Phantom Blaze color palette created on .