80s Vibes Color Palette

Discover the beautiful 80s Vibes color palette featuring peach orange (#ffc097), navajo white (#ffe0ad), egg white (#ffefc3), mindaro (#e0f79a) and sail (#b4ccf9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Peach, Soft, Spring, Vibrant, Warm 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 80s Vibes palette

Share this palette to:

💻 80s Vibes color palette CSS

/* CSS */
.color-1 {
color: #ffc097;
}
.color-2 {
color: #ffe0ad;
}
.color-3 {
color: #ffefc3;
}
.color-4 {
color: #e0f79a;
}
.color-5 {
color: #b4ccf9;
}

/* CSS Variables */
:root {
--color-1: #ffc097;
--color-2: #ffe0ad;
--color-3: #ffefc3;
--color-4: #e0f79a;
--color-5: #b4ccf9;
}

🌈 80s Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc097, #ffe0ad, #ffefc3, #e0f79a, #b4ccf9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc097, #ffe0ad, #ffefc3, #e0f79a, #b4ccf9);
}

80s Vibes color palette created on .