Earthy Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Beige palette

Share this palette to:

Earthy Beige color palette CSS

/* CSS */
.color-1 {
color: #c5bbaf;
}
.color-2 {
color: #a8a08f;
}
.color-3 {
color: #b6c8a7;
}
.color-4 {
color: #e4e4c8;
}
.color-5 {
color: #d1c3b3;
}

/* CSS Variables */
:root {
--color-1: #c5bbaf;
--color-2: #a8a08f;
--color-3: #b6c8a7;
--color-4: #e4e4c8;
--color-5: #d1c3b3;
}

Earthy Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5bbaf, #a8a08f, #b6c8a7, #e4e4c8, #d1c3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5bbaf, #a8a08f, #b6c8a7, #e4e4c8, #d1c3b3);
}

Earthy Beige color palette created on .