Barley Fields Color Palette
Discover the beautiful Barley Fields color palette featuring wattle (#d8c63b), chenin (#e4d87c), double colonial white (#f0e7a8), coconut cream (#f7f3da) and pancho (#ebd4a2).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
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: #f0e7a8;
}
.color-4 {
color: #f7f3da;
}
.color-5 {
color: #ebd4a2;
}
/* CSS Variables */
:root {
--color-1: #d8c63b;
--color-2: #e4d87c;
--color-3: #f0e7a8;
--color-4: #f7f3da;
--color-5: #ebd4a2;
} ๐ Barley Fields background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c63b, #e4d87c, #f0e7a8, #f7f3da, #ebd4a2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c63b, #e4d87c, #f0e7a8, #f7f3da, #ebd4a2);
} ๐ Explore similar color palettes
Barley Fields color palette created on .