90s Disco Summer Color Palette

Discover the beautiful 90s Disco Summer color palette featuring casablanca (#f8c749), orange (#ff6d1f), wild strawberry (#ff2990), affair (#704d7a) and regent st blue (#9ed6e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with90s, Blue, Bright, Fun, Orange, Pink, Purple, Summer, Yellow 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 90s Disco Summer palette

Share this palette to:

💻 90s Disco Summer color palette CSS

/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff2990;
}
.color-4 {
color: #704d7a;
}
.color-5 {
color: #9ed6e5;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #ff6d1f;
--color-3: #ff2990;
--color-4: #704d7a;
--color-5: #9ed6e5;
}

🌈 90s Disco Summer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #ff6d1f, #ff2990, #704d7a, #9ed6e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #ff6d1f, #ff2990, #704d7a, #9ed6e5);
}

90s Disco Summer color palette created on .