Cyber Deviance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyber Deviance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cyber Deviance Color Palette (PNG)
Cyber Deviance color palette CSS
/* CSS */
.color-1 {
color: #1f1b3b;
}
.color-2 {
color: #493c90;
}
.color-3 {
color: #7d4ebc;
}
.color-4 {
color: #a858b6;
}
.color-5 {
color: #d55d8b;
}
/* CSS Variables */
:root {
--color-1: #1f1b3b;
--color-2: #493c90;
--color-3: #7d4ebc;
--color-4: #a858b6;
--color-5: #d55d8b;
}
Cyber Deviance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b3b, #493c90, #7d4ebc, #a858b6, #d55d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b3b, #493c90, #7d4ebc, #a858b6, #d55d8b);
}
Similar color palettes
Scroll down to explore 4 Cyberpunk color palettes
Cyber Deviance color palette created on .