Barley Fields Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Barley Fields palette
Barley Fields color palette CSS
/* CSS */
.color-1 {
color: #d8c63b;
}
.color-2 {
color: #e4d87c;
}
.color-3 {
color: #f0e8a8;
}
.color-4 {
color: #f7f3d9;
}
.color-5 {
color: #ebd4a2;
}
/* CSS Variables */
:root {
--color-1: #d8c63b;
--color-2: #e4d87c;
--color-3: #f0e8a8;
--color-4: #f7f3d9;
--color-5: #ebd4a2;
}
Barley Fields background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c63b, #e4d87c, #f0e8a8, #f7f3d9, #ebd4a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c63b, #e4d87c, #f0e8a8, #f7f3d9, #ebd4a2);
}
Similar color palettes
Scroll down to explore 100+ Yellow color palettes
Barley Fields color palette created on .