Sable Lacroix Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sable Lacroix palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sable Lacroix Color Palette (PNG)
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);
}
Similar color palettes
Sable Lacroix color palette created on .