Retro Vibes Color Palette

Discover the beautiful Retro Vibes color palette featuring yellow orange (#ffbd42), orange (#ff6d1f), cinnabar (#e03c1f), plum (#8e2f6d) and east bay (#4d3c6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with60s, Bright, Orange, Yellow, Red, Purple, Vibrant, Fun, Retro 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 Vibes palette

Share this palette to:

💻 Retro Vibes color palette CSS

/* CSS */
.color-1 {
color: #ffbd42;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #e03c1f;
}
.color-4 {
color: #8e2f6d;
}
.color-5 {
color: #4d3c6d;
}

/* CSS Variables */
:root {
--color-1: #ffbd42;
--color-2: #ff6d1f;
--color-3: #e03c1f;
--color-4: #8e2f6d;
--color-5: #4d3c6d;
}

🌈 Retro Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbd42, #ff6d1f, #e03c1f, #8e2f6d, #4d3c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbd42, #ff6d1f, #e03c1f, #8e2f6d, #4d3c6d);
}

Retro Vibes color palette created on .