Wheat Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wheat Shades palette

Share this palette to:

Wheat Shades color palette CSS

/* CSS */
.color-1 {
color: #f5deb2;
}
.color-2 {
color: #e0b88a;
}
.color-3 {
color: #d4a76e;
}
.color-4 {
color: #c19b5c;
}
.color-5 {
color: #a96a3d;
}

/* CSS Variables */
:root {
--color-1: #f5deb2;
--color-2: #e0b88a;
--color-3: #d4a76e;
--color-4: #c19b5c;
--color-5: #a96a3d;
}

Wheat Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5deb2, #e0b88a, #d4a76e, #c19b5c, #a96a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5deb2, #e0b88a, #d4a76e, #c19b5c, #a96a3d);
}

Wheat Shades color palette created on .