Shades of Wheat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Wheat palette
Shades of Wheat color palette CSS
/* CSS */
.color-1 {
color: #f3edce;
}
.color-2 {
color: #e3cca1;
}
.color-3 {
color: #d0a66c;
}
.color-4 {
color: #b58a4a;
}
.color-5 {
color: #a05a2c;
}
/* CSS Variables */
:root {
--color-1: #f3edce;
--color-2: #e3cca1;
--color-3: #d0a66c;
--color-4: #b58a4a;
--color-5: #a05a2c;
}
Shades of Wheat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3edce, #e3cca1, #d0a66c, #b58a4a, #a05a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3edce, #e3cca1, #d0a66c, #b58a4a, #a05a2c);
}
Similar color palettes
Shades of Wheat color palette created on .