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 CSS

/* CSS */
.color-1 {
color: #f5e0a3;
}
.color-2 {
color: #f0caa8;
}
.color-3 {
color: #e3b5b0;
}
.color-4 {
color: #d69a85;
}
.color-5 {
color: #a57a6f;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #f0caa8;
--color-3: #e3b5b0;
--color-4: #d69a85;
--color-5: #a57a6f;
}

Shades of Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #f0caa8, #e3b5b0, #d69a85, #a57a6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #f0caa8, #e3b5b0, #d69a85, #a57a6f);
}

Shades of Beige color palette created on .