Cyber Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cyber palette

Share this palette to:

Download Cyber Color Palette (PNG)

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

Cyber color palette CSS

/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #3b3b8c;
}
.color-3 {
color: #5a5abf;
}
.color-4 {
color: #8080ff;
}
.color-5 {
color: #a3a3ff;
}

/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #3b3b8c;
--color-3: #5a5abf;
--color-4: #8080ff;
--color-5: #a3a3ff;
}

Cyber background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #3b3b8c, #5a5abf, #8080ff, #a3a3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #3b3b8c, #5a5abf, #8080ff, #a3a3ff);
}

Cyber color palette created on .