Cybergoth Color Palette
Discover the beautiful Cybergoth color palette featuring spindle (#c9c4ee), french lilac (#d9d0f1), white lilac (#ebe9f7), white lilac (#f1ebf9) and white lilac (#fcfbfe).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Cybergoth palette
💻 Cybergoth color palette CSS
/* CSS */
.color-1 {
color: #c9c4ee;
}
.color-2 {
color: #d9d0f1;
}
.color-3 {
color: #ebe9f7;
}
.color-4 {
color: #f1ebf9;
}
.color-5 {
color: #fcfbfe;
}
/* CSS Variables */
:root {
--color-1: #c9c4ee;
--color-2: #d9d0f1;
--color-3: #ebe9f7;
--color-4: #f1ebf9;
--color-5: #fcfbfe;
} 🌈 Cybergoth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9c4ee, #d9d0f1, #ebe9f7, #f1ebf9, #fcfbfe);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9c4ee, #d9d0f1, #ebe9f7, #f1ebf9, #fcfbfe);
} 🔗 Explore similar color palettes
Cybergoth color palette created on .