Retro Vibes Color Palette

Discover the beautiful Retro Vibes color palette featuring coral (#ff7857), strikemaster (#a3668c), turmeric (#c5b844), apricot peach (#fbd0c6) and london hue (#ccb5cf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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: #ff7857;
}
.color-2 {
color: #a3668c;
}
.color-3 {
color: #c5b844;
}
.color-4 {
color: #fbd0c6;
}
.color-5 {
color: #ccb5cf;
}

/* CSS Variables */
:root {
--color-1: #ff7857;
--color-2: #a3668c;
--color-3: #c5b844;
--color-4: #fbd0c6;
--color-5: #ccb5cf;
}

🌈 Retro Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7857, #a3668c, #c5b844, #fbd0c6, #ccb5cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7857, #a3668c, #c5b844, #fbd0c6, #ccb5cf);
}

Retro Vibes color palette created on .