Summer 1996 Color Palette
Discover the beautiful Summer 1996 color palette featuring energy yellow (#f9d75d), sea buckthorn (#f6a83c), valencia (#d64d2e), rouge (#a93d6d) and eminence (#592b88).
Brightness
Saturation
Warmth
💡 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 Summer 1996 palette
💻 Summer 1996 color palette CSS
/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f6a83c;
}
.color-3 {
color: #d64d2e;
}
.color-4 {
color: #a93d6d;
}
.color-5 {
color: #592b88;
}
/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f6a83c;
--color-3: #d64d2e;
--color-4: #a93d6d;
--color-5: #592b88;
} 🌈 Summer 1996 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f6a83c, #d64d2e, #a93d6d, #592b88);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f6a83c, #d64d2e, #a93d6d, #592b88);
} 🔗 Explore similar color palettes
Summer 1996 color palette created on .