Lo-Fi Brew Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lo-Fi Brew palette
Lo-Fi Brew color palette CSS
/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #d2691e;
}
.color-3 {
color: #f4a662;
}
.color-4 {
color: #ffe3b3;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #d2691e;
--color-3: #f4a662;
--color-4: #ffe3b3;
--color-5: #ffffff;
}
Lo-Fi Brew background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #d2691e, #f4a662, #ffe3b3, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #d2691e, #f4a662, #ffe3b3, #ffffff);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Lo-Fi Brew color palette created on .