Lexi Color Palette

Discover the beautiful Lexi color palette featuring your pink (#ffbfbe), romantic (#ffd3af), peach (#ffe7b4), chiffon (#f2ffcb) and onahau (#c7f6ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Pastel, Peach, Pink, Soft, Spring, Warm, Yellow color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Lexi palette

Share this palette to:

💻 Lexi color palette CSS

/* CSS */
.color-1 {
color: #ffbfbe;
}
.color-2 {
color: #ffd3af;
}
.color-3 {
color: #ffe7b4;
}
.color-4 {
color: #f2ffcb;
}
.color-5 {
color: #c7f6ff;
}

/* CSS Variables */
:root {
--color-1: #ffbfbe;
--color-2: #ffd3af;
--color-3: #ffe7b4;
--color-4: #f2ffcb;
--color-5: #c7f6ff;
}

🌈 Lexi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbfbe, #ffd3af, #ffe7b4, #f2ffcb, #c7f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbfbe, #ffd3af, #ffe7b4, #f2ffcb, #c7f6ff);
}

Lexi color palette created on .