Golden Chardonnay Color Palette
Discover the beautiful Golden Chardonnay color palette featuring wheat (#f6e2b6), cream can (#f4c54e), anzac (#d9a74a), tussock (#bf9e3b) and luxor gold (#a87c29).
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 Golden Chardonnay palette
๐ป Golden Chardonnay color palette CSS
/* CSS */
.color-1 {
color: #f6e2b6;
}
.color-2 {
color: #f4c54e;
}
.color-3 {
color: #d9a74a;
}
.color-4 {
color: #bf9e3b;
}
.color-5 {
color: #a87c29;
}
/* CSS Variables */
:root {
--color-1: #f6e2b6;
--color-2: #f4c54e;
--color-3: #d9a74a;
--color-4: #bf9e3b;
--color-5: #a87c29;
} ๐ Golden Chardonnay background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2b6, #f4c54e, #d9a74a, #bf9e3b, #a87c29);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2b6, #f4c54e, #d9a74a, #bf9e3b, #a87c29);
} ๐ Explore similar color palettes
Golden Chardonnay color palette created on .