90s Vibe Color Palette
Discover the beautiful 90s Vibe color palette featuring mandys pink (#f0b7a3), sandy brown (#f1b55b), conifer (#a2d959), fountain blue (#6db0ca) and charm (#d17b89).
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 90s Vibe palette
💻 90s Vibe color palette CSS
/* CSS */
.color-1 {
color: #f0b7a3;
}
.color-2 {
color: #f1b55b;
}
.color-3 {
color: #a2d959;
}
.color-4 {
color: #6db0ca;
}
.color-5 {
color: #d17b89;
}
/* CSS Variables */
:root {
--color-1: #f0b7a3;
--color-2: #f1b55b;
--color-3: #a2d959;
--color-4: #6db0ca;
--color-5: #d17b89;
} 🌈 90s Vibe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b7a3, #f1b55b, #a2d959, #6db0ca, #d17b89);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b7a3, #f1b55b, #a2d959, #6db0ca, #d17b89);
} 🔗 Explore similar color palettes
90s Vibe color palette created on .