Less Than Three Color Palette
Discover the beautiful Less Than Three color palette featuring clam shell (#cfb7af), cloudy (#b1a7a0), rose fog (#e4b3af), old lavender (#7e5d7e) and cashmere (#e5c29f).
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 Less Than Three palette
💻 Less Than Three color palette CSS
/* CSS */
.color-1 {
color: #cfb7af;
}
.color-2 {
color: #b1a7a0;
}
.color-3 {
color: #e4b3af;
}
.color-4 {
color: #7e5d7e;
}
.color-5 {
color: #e5c29f;
}
/* CSS Variables */
:root {
--color-1: #cfb7af;
--color-2: #b1a7a0;
--color-3: #e4b3af;
--color-4: #7e5d7e;
--color-5: #e5c29f;
} 🌈 Less Than Three background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfb7af, #b1a7a0, #e4b3af, #7e5d7e, #e5c29f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfb7af, #b1a7a0, #e4b3af, #7e5d7e, #e5c29f);
} 🔗 Explore similar color palettes
Less Than Three color palette created on .