Synthwave Color Palette

Discover the beautiful Synthwave color palette featuring bittersweet (#ff5c61), sunglow (#fdc630), cyan / aqua (#00d0ff), electric violet (#9116fe) and blaze orange (#ff6a00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVibrant, Purple, Blue, Orange, Yellow, Pink, Retro, Bright 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 Synthwave palette

Share this palette to:

💻 Synthwave color palette CSS

/* CSS */
.color-1 {
color: #ff5c61;
}
.color-2 {
color: #fdc630;
}
.color-3 {
color: #00d0ff;
}
.color-4 {
color: #9116fe;
}
.color-5 {
color: #ff6a00;
}

/* CSS Variables */
:root {
--color-1: #ff5c61;
--color-2: #fdc630;
--color-3: #00d0ff;
--color-4: #9116fe;
--color-5: #ff6a00;
}

🌈 Synthwave background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c61, #fdc630, #00d0ff, #9116fe, #ff6a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c61, #fdc630, #00d0ff, #9116fe, #ff6a00);
}

Synthwave color palette created on .