Lexi Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lexi palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lexi Color Palette (PNG)
Lexi color palette CSS
/* CSS */
.color-1 {
color: #ffbebd;
}
.color-2 {
color: #ffd2ad;
}
.color-3 {
color: #ffe7b3;
}
.color-4 {
color: #f2ffcc;
}
.color-5 {
color: #c7f6ff;
}
/* CSS Variables */
:root {
--color-1: #ffbebd;
--color-2: #ffd2ad;
--color-3: #ffe7b3;
--color-4: #f2ffcc;
--color-5: #c7f6ff;
}
Lexi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbebd, #ffd2ad, #ffe7b3, #f2ffcc, #c7f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbebd, #ffd2ad, #ffe7b3, #f2ffcc, #c7f6ff);
}
Similar color palettes
Lexi color palette created on .