Lo-Fi 90s Lighter Color Palette
Discover the beautiful Lo-Fi 90s Lighter color palette featuring light wisteria (#d5a3e0), mandys pink (#f0bf9e), portica (#f5e56b), yellow green (#b0e57b) and turquoise blue (#65c2e6).
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 Lo-Fi 90s Lighter palette
💻 Lo-Fi 90s Lighter color palette CSS
/* CSS */
.color-1 {
color: #d5a3e0;
}
.color-2 {
color: #f0bf9e;
}
.color-3 {
color: #f5e56b;
}
.color-4 {
color: #b0e57b;
}
.color-5 {
color: #65c2e6;
}
/* CSS Variables */
:root {
--color-1: #d5a3e0;
--color-2: #f0bf9e;
--color-3: #f5e56b;
--color-4: #b0e57b;
--color-5: #65c2e6;
}
🌈 Lo-Fi 90s Lighter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a3e0, #f0bf9e, #f5e56b, #b0e57b, #65c2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a3e0, #f0bf9e, #f5e56b, #b0e57b, #65c2e6);
}
🔗 Explore similar color palettes
Lo-Fi 90s Lighter color palette created on .