Cybergoth Color Palette

Discover the beautiful Cybergoth color palette featuring prelude (#cdc9e4), snuff (#d9d3e9), whisper (#eae9f2), whisper (#f2eff6) and white lilac (#fcfbfe).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Light, Lilac, Lavender, Soft, Muted, Pastel, White, Vintage color palettes and combinations.

💡 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

Share this palette to:

💻 Cybergoth color palette CSS

/* CSS */
.color-1 {
color: #cdc9e4;
}
.color-2 {
color: #d9d3e9;
}
.color-3 {
color: #eae9f2;
}
.color-4 {
color: #f2eff6;
}
.color-5 {
color: #fcfbfe;
}

/* CSS Variables */
:root {
--color-1: #cdc9e4;
--color-2: #d9d3e9;
--color-3: #eae9f2;
--color-4: #f2eff6;
--color-5: #fcfbfe;
}

🌈 Cybergoth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cdc9e4, #d9d3e9, #eae9f2, #f2eff6, #fcfbfe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cdc9e4, #d9d3e9, #eae9f2, #f2eff6, #fcfbfe);
}

Cybergoth color palette created on .