Beige Mystique Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Beige Mystique palette

Share this palette to:

Beige Mystique color palette CSS

/* CSS */
.color-1 {
color: #e4d9c9;
}
.color-2 {
color: #d0b69f;
}
.color-3 {
color: #b79e8f;
}
.color-4 {
color: #a68f7d;
}
.color-5 {
color: #8d7c6d;
}

/* CSS Variables */
:root {
--color-1: #e4d9c9;
--color-2: #d0b69f;
--color-3: #b79e8f;
--color-4: #a68f7d;
--color-5: #8d7c6d;
}

Beige Mystique background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d9c9, #d0b69f, #b79e8f, #a68f7d, #8d7c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d9c9, #d0b69f, #b79e8f, #a68f7d, #8d7c6d);
}

Beige Mystique color palette created on .