Lo-Fi 90s Lighter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lo-Fi 90s Lighter palette
Lo-Fi 90s Lighter color palette PNG image
Lo-Fi 90s Lighter color palette CSS
/* CSS */
.color-1 {
color: #e5a571;
}
.color-2 {
color: #369187;
}
.color-3 {
color: #2b4550;
}
.color-4 {
color: #d77860;
}
.color-5 {
color: #e7be5f;
}
/* CSS Variables */
:root {
--color-1: #e5a571;
--color-2: #369187;
--color-3: #2b4550;
--color-4: #d77860;
--color-5: #e7be5f;
}
Lo-Fi 90s Lighter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a571, #369187, #2b4550, #d77860, #e7be5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a571, #369187, #2b4550, #d77860, #e7be5f);
}
Similar color palettes
Lo-Fi 90s Lighter color palette created on .