Futuristic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Futuristic palette

Share this palette to:

Futuristic color palette PNG image

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

Futuristic color palette CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #4a4a6d;
}
.color-3 {
color: #7d7d8c;
}
.color-4 {
color: #b4b4f4;
}
.color-5 {
color: #f0f0ff;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #4a4a6d;
--color-3: #7d7d8c;
--color-4: #b4b4f4;
--color-5: #f0f0ff;
}

Futuristic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #4a4a6d, #7d7d8c, #b4b4f4, #f0f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #4a4a6d, #7d7d8c, #b4b4f4, #f0f0ff);
}

Futuristic color palette created on .