Sable Lacroix Color Palette
Discover the beautiful Sable Lacroix color palette featuring matterhorn (#4c3e3e), dorado (#6b5b5b), hurricane (#8d7c7c), nobel (#b1a9a9) and cold turkey (#d3c5c5).
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 Sable Lacroix palette
💻 Sable Lacroix color palette CSS
/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #6b5b5b;
}
.color-3 {
color: #8d7c7c;
}
.color-4 {
color: #b1a9a9;
}
.color-5 {
color: #d3c5c5;
}
/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #6b5b5b;
--color-3: #8d7c7c;
--color-4: #b1a9a9;
--color-5: #d3c5c5;
}
🌈 Sable Lacroix background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #6b5b5b, #8d7c7c, #b1a9a9, #d3c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #6b5b5b, #8d7c7c, #b1a9a9, #d3c5c5);
}
🔗 Explore similar color palettes
Sable Lacroix color palette created on .