Beige Minimalist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Beige Minimalist palette

Share this palette to:

Beige Minimalist color palette PNG image

Download beige minimalist color palette PNG image (landscape)
Download beige minimalist color palette PNG image (square)

Beige Minimalist color palette CSS

/* CSS */
.color-1 {
color: #f6efef;
}
.color-2 {
color: #dcdab2;
}
.color-3 {
color: #ecebdf;
}
.color-4 {
color: #b4b09d;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #f6efef;
--color-2: #dcdab2;
--color-3: #ecebdf;
--color-4: #b4b09d;
--color-5: #000000;
}

Beige Minimalist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6efef, #dcdab2, #ecebdf, #b4b09d, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6efef, #dcdab2, #ecebdf, #b4b09d, #000000);
}

Beige Minimalist color palette created on .