Gilded Autumn Color Palette
Discover the beautiful Gilded Autumn color palette featuring manhattan (#f5c99e), whiskey (#d59a6c), apple blossom (#a44c3d), buccaneer (#6a292f) and woody brown (#3d2929).
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 Gilded Autumn palette
๐ป Gilded Autumn color palette CSS
/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #d59a6c;
}
.color-3 {
color: #a44c3d;
}
.color-4 {
color: #6a292f;
}
.color-5 {
color: #3d2929;
}
/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #d59a6c;
--color-3: #a44c3d;
--color-4: #6a292f;
--color-5: #3d2929;
} ๐ Gilded Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #d59a6c, #a44c3d, #6a292f, #3d2929);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #d59a6c, #a44c3d, #6a292f, #3d2929);
} ๐ Explore similar color palettes
Gilded Autumn color palette created on .