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: #e4b558;
}
.color-3 {
color: #d8a45f;
}
.color-4 {
color: #c86b32;
}
.color-5 {
color: #a45f2d;
}

/* CSS Variables */
:root {
--color-1: #f5deb2;
--color-2: #e4b558;
--color-3: #d8a45f;
--color-4: #c86b32;
--color-5: #a45f2d;
}

Wheat Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5deb2, #e4b558, #d8a45f, #c86b32, #a45f2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5deb2, #e4b558, #d8a45f, #c86b32, #a45f2d);
}

Wheat Shades color palette created on .