Retro Cyber Elegance Color Palette

Discover the beautiful Retro Cyber Elegance color palette featuring dodger blue (#4d9dff), wild watermelon (#ff4d8e), mustard (#ffd54d), seance (#681b98) and caribbean green (#00bdad).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPsychedelic, Vibrant, Retro, Cyberpunk, Elegant, 60s, 90s, Confidence 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 Retro Cyber Elegance palette

Share this palette to:

💻 Retro Cyber Elegance color palette CSS

/* CSS */
.color-1 {
color: #4d9dff;
}
.color-2 {
color: #ff4d8e;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #681b98;
}
.color-5 {
color: #00bdad;
}

/* CSS Variables */
:root {
--color-1: #4d9dff;
--color-2: #ff4d8e;
--color-3: #ffd54d;
--color-4: #681b98;
--color-5: #00bdad;
}

🌈 Retro Cyber Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9dff, #ff4d8e, #ffd54d, #681b98, #00bdad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9dff, #ff4d8e, #ffd54d, #681b98, #00bdad);
}

Retro Cyber Elegance color palette created on .