Lefty Color Palette
Discover the beautiful Lefty color palette featuring mystic (#e0e5eb), almond (#efd4c2), rose fog (#e7c4bd), cashmere (#e7bb9d) and akaroa (#dbd1b9).
Brightness
Saturation
Warmth
💡 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 Lefty palette
💻 Lefty color palette CSS
/* CSS */
.color-1 {
color: #e0e5eb;
}
.color-2 {
color: #efd4c2;
}
.color-3 {
color: #e7c4bd;
}
.color-4 {
color: #e7bb9d;
}
.color-5 {
color: #dbd1b9;
}
/* CSS Variables */
:root {
--color-1: #e0e5eb;
--color-2: #efd4c2;
--color-3: #e7c4bd;
--color-4: #e7bb9d;
--color-5: #dbd1b9;
} 🌈 Lefty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e5eb, #efd4c2, #e7c4bd, #e7bb9d, #dbd1b9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e5eb, #efd4c2, #e7c4bd, #e7bb9d, #dbd1b9);
} 🔗 Explore similar color palettes
Lefty color palette created on .