Melancholic Vibes of the 90s Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Melancholic Vibes of the 90s palette
Melancholic Vibes of the 90s color palette PNG image
Melancholic Vibes of the 90s color palette CSS
/* CSS */
.color-1 {
color: #681b98;
}
.color-2 {
color: #9b27b0;
}
.color-3 {
color: #e92063;
}
.color-4 {
color: #f490b1;
}
.color-5 {
color: #f06090;
}
/* CSS Variables */
:root {
--color-1: #681b98;
--color-2: #9b27b0;
--color-3: #e92063;
--color-4: #f490b1;
--color-5: #f06090;
}
Melancholic Vibes of the 90s background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #681b98, #9b27b0, #e92063, #f490b1, #f06090);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #681b98, #9b27b0, #e92063, #f490b1, #f06090);
}
Similar color palettes
Melancholic Vibes of the 90s color palette created on .