Ninlil's 80s Vibe Color Palette

Discover the beautiful Ninlil's 80s Vibe color palette featuring amaranth (#da1b61), flamingo (#f15a27), saffron (#f6c02c), puerto rico (#4ccdc4) and chambray (#3c5a9a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Vibrant, Pink, Orange, Yellow, Teal, Blue, Retro, Fun 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 Ninlil's 80s Vibe palette

Share this palette to:

💻 Ninlil's 80s Vibe color palette CSS

/* CSS */
.color-1 {
color: #da1b61;
}
.color-2 {
color: #f15a27;
}
.color-3 {
color: #f6c02c;
}
.color-4 {
color: #4ccdc4;
}
.color-5 {
color: #3c5a9a;
}

/* CSS Variables */
:root {
--color-1: #da1b61;
--color-2: #f15a27;
--color-3: #f6c02c;
--color-4: #4ccdc4;
--color-5: #3c5a9a;
}

🌈 Ninlil's 80s Vibe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da1b61, #f15a27, #f6c02c, #4ccdc4, #3c5a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da1b61, #f15a27, #f6c02c, #4ccdc4, #3c5a9a);
}

Ninlil's 80s Vibe color palette created on .