80s MLP Color Palette

Discover the beautiful 80s MLP color palette featuring illusion (#f8a5ba), pink (#ffb8c6), salomie (#fedc81), chinook (#a1e2b1) and viking (#6fb8e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Blue, Bright, Fun, Green, Pastel, Pink, Spring, Tropical 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 MLP palette

Share this palette to:

💻 80s MLP color palette CSS

/* CSS */
.color-1 {
color: #f8a5ba;
}
.color-2 {
color: #ffb8c6;
}
.color-3 {
color: #fedc81;
}
.color-4 {
color: #a1e2b1;
}
.color-5 {
color: #6fb8e2;
}

/* CSS Variables */
:root {
--color-1: #f8a5ba;
--color-2: #ffb8c6;
--color-3: #fedc81;
--color-4: #a1e2b1;
--color-5: #6fb8e2;
}

🌈 80s MLP background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8a5ba, #ffb8c6, #fedc81, #a1e2b1, #6fb8e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8a5ba, #ffb8c6, #fedc81, #a1e2b1, #6fb8e2);
}

80s MLP color palette created on .