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: #f6e0c1;
}
.color-2 {
color: #f4d69f;
}
.color-3 {
color: #f3c68c;
}
.color-4 {
color: #f7c9b1;
}
.color-5 {
color: #f2b2a1;
}

/* CSS Variables */
:root {
--color-1: #f6e0c1;
--color-2: #f4d69f;
--color-3: #f3c68c;
--color-4: #f7c9b1;
--color-5: #f2b2a1;
}

Soft Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e0c1, #f4d69f, #f3c68c, #f7c9b1, #f2b2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e0c1, #f4d69f, #f3c68c, #f7c9b1, #f2b2a1);
}

Soft Beige color palette created on .