Cybergoth Color Palette
Discover the beautiful Cybergoth color palette featuring blue haze (#ccc8e3), snuff (#d9d3e9), whisper (#e9e7f1), whisper (#f2eff6) and white lilac (#fdfcfe).
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: #ccc8e3;
}
.color-2 {
color: #d9d3e9;
}
.color-3 {
color: #e9e7f1;
}
.color-4 {
color: #f2eff6;
}
.color-5 {
color: #fdfcfe;
}
/* CSS Variables */
:root {
--color-1: #ccc8e3;
--color-2: #d9d3e9;
--color-3: #e9e7f1;
--color-4: #f2eff6;
--color-5: #fdfcfe;
} 🌈 Cybergoth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ccc8e3, #d9d3e9, #e9e7f1, #f2eff6, #fdfcfe);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ccc8e3, #d9d3e9, #e9e7f1, #f2eff6, #fdfcfe);
} 🔗 Explore similar color palettes
Cybergoth color palette created on .