Soft Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Beige palette

Share this palette to:

Download Soft Beige Color Palette (PNG)

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

Soft Beige color palette CSS

/* CSS */
.color-1 {
color: #f6e3b6;
}
.color-2 {
color: #e2c8a1;
}
.color-3 {
color: #d3b79c;
}
.color-4 {
color: #cda989;
}
.color-5 {
color: #beae97;
}

/* CSS Variables */
:root {
--color-1: #f6e3b6;
--color-2: #e2c8a1;
--color-3: #d3b79c;
--color-4: #cda989;
--color-5: #beae97;
}

Soft Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e3b6, #e2c8a1, #d3b79c, #cda989, #beae97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e3b6, #e2c8a1, #d3b79c, #cda989, #beae97);
}

Soft Beige color palette created on .