90s Whimsigoth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 90s Whimsigoth palette
90s Whimsigoth color palette PNG image
90s Whimsigoth color palette CSS
/* CSS */
.color-1 {
color: #491b69;
}
.color-2 {
color: #5d3d8a;
}
.color-3 {
color: #7a62a7;
}
.color-4 {
color: #a79fc1;
}
.color-5 {
color: #e8a1b1;
}
/* CSS Variables */
:root {
--color-1: #491b69;
--color-2: #5d3d8a;
--color-3: #7a62a7;
--color-4: #a79fc1;
--color-5: #e8a1b1;
}
90s Whimsigoth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #491b69, #5d3d8a, #7a62a7, #a79fc1, #e8a1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #491b69, #5d3d8a, #7a62a7, #a79fc1, #e8a1b1);
}
Similar color palettes
90s Whimsigoth color palette created on .