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