Sable Lacroix Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sable Lacroix palette

Share this palette to:

Sable Lacroix color palette PNG image

Download sable lacroix color palette PNG image (landscape)
Download sable lacroix color palette PNG image (square)

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);
}

Sable Lacroix color palette created on .