Lo-Fi 90s Lighter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lo-Fi 90s Lighter palette

Share this palette to:

Lo-Fi 90s Lighter color palette PNG image

Download lo-fi 90s lighter color palette PNG image (landscape)
Download lo-fi 90s lighter color palette PNG image (square)

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);
}

Lo-Fi 90s Lighter color palette created on .