Innocent 80s Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Innocent 80s palette
Innocent 80s color palette PNG image
Innocent 80s color palette CSS
/* CSS */
.color-1 {
color: #f0c1cf;
}
.color-2 {
color: #f5a3c0;
}
.color-3 {
color: #f57a86;
}
.color-4 {
color: #d87da0;
}
.color-5 {
color: #b14e6d;
}
/* CSS Variables */
:root {
--color-1: #f0c1cf;
--color-2: #f5a3c0;
--color-3: #f57a86;
--color-4: #d87da0;
--color-5: #b14e6d;
}
Innocent 80s background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c1cf, #f5a3c0, #f57a86, #d87da0, #b14e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c1cf, #f5a3c0, #f57a86, #d87da0, #b14e6d);
}
Similar color palettes
Scroll down to explore 5 Feminine color palettes
Innocent 80s color palette created on .