Camel Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Camel Shades palette

Share this palette to:

Camel Shades color palette CSS

/* CSS */
.color-1 {
color: #d1b36b;
}
.color-2 {
color: #c69c4e;
}
.color-3 {
color: #b38837;
}
.color-4 {
color: #9b6f31;
}
.color-5 {
color: #7e5e2a;
}

/* CSS Variables */
:root {
--color-1: #d1b36b;
--color-2: #c69c4e;
--color-3: #b38837;
--color-4: #9b6f31;
--color-5: #7e5e2a;
}

Camel Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b36b, #c69c4e, #b38837, #9b6f31, #7e5e2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b36b, #c69c4e, #b38837, #9b6f31, #7e5e2a);
}

Camel Shades color palette created on .