Masculine Luxe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Masculine Luxe palette

Share this palette to:

Masculine Luxe color palette CSS

/* CSS */
.color-1 {
color: #4a3c36;
}
.color-2 {
color: #a78d6c;
}
.color-3 {
color: #c2b180;
}
.color-4 {
color: #d9c2a0;
}
.color-5 {
color: #e5e0d1;
}

/* CSS Variables */
:root {
--color-1: #4a3c36;
--color-2: #a78d6c;
--color-3: #c2b180;
--color-4: #d9c2a0;
--color-5: #e5e0d1;
}

Masculine Luxe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c36, #a78d6c, #c2b180, #d9c2a0, #e5e0d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c36, #a78d6c, #c2b180, #d9c2a0, #e5e0d1);
}

Masculine Luxe color palette created on .