Shades of Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Beige palette

Share this palette to:

Shades of Beige color palette PNG image

Download shades of beige color palette PNG image (landscape)
Download shades of beige color palette PNG image (square)

Shades of Beige color palette CSS

/* CSS */
.color-1 {
color: #f6e4b6;
}
.color-2 {
color: #e5caae;
}
.color-3 {
color: #d6b89f;
}
.color-4 {
color: #c29e89;
}
.color-5 {
color: #a68a7d;
}

/* CSS Variables */
:root {
--color-1: #f6e4b6;
--color-2: #e5caae;
--color-3: #d6b89f;
--color-4: #c29e89;
--color-5: #a68a7d;
}

Shades of Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4b6, #e5caae, #d6b89f, #c29e89, #a68a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4b6, #e5caae, #d6b89f, #c29e89, #a68a7d);
}

Shades of Beige color palette created on .