Digital Dystopia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Digital Dystopia palette
Digital Dystopia color palette CSS
/* CSS */
.color-1 {
color: #1f1f9e;
}
.color-2 {
color: #6a2c90;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #1f1f9e;
--color-2: #6a2c90;
--color-3: #d6006f;
--color-4: #ff6d1f;
--color-5: #ffcc00;
}
Digital Dystopia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f9e, #6a2c90, #d6006f, #ff6d1f, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f9e, #6a2c90, #d6006f, #ff6d1f, #ffcc00);
}
Similar color palettes
Scroll down to explore 40+ Cyberpunk color palettes
Digital Dystopia color palette created on .