Cybergoth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cybergoth palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cybergoth Color Palette (PNG)
Cybergoth color palette CSS
/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #2d2d5c;
}
.color-3 {
color: #4b4b9b;
}
.color-4 {
color: #9f3c79;
}
.color-5 {
color: #ff6e00;
}
/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #2d2d5c;
--color-3: #4b4b9b;
--color-4: #9f3c79;
--color-5: #ff6e00;
}
Cybergoth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #2d2d5c, #4b4b9b, #9f3c79, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #2d2d5c, #4b4b9b, #9f3c79, #ff6e00);
}
Similar color palettes
Scroll down to explore 10 Dark color palettes
Cybergoth color palette created on .