Amber Glow Color Palette
Discover the beautiful Amber Glow color palette featuring whiskey (#d59a6c), maize (#f6cba7), rajah (#f4b75d), old gold (#d19b3d) and sepia skin (#a4693d).
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 Amber Glow palette
๐ป Amber Glow color palette CSS
/* CSS */
.color-1 {
color: #d59a6c;
}
.color-2 {
color: #f6cba7;
}
.color-3 {
color: #f4b75d;
}
.color-4 {
color: #d19b3d;
}
.color-5 {
color: #a4693d;
}
/* CSS Variables */
:root {
--color-1: #d59a6c;
--color-2: #f6cba7;
--color-3: #f4b75d;
--color-4: #d19b3d;
--color-5: #a4693d;
}
๐ Amber Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d59a6c, #f6cba7, #f4b75d, #d19b3d, #a4693d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d59a6c, #f6cba7, #f4b75d, #d19b3d, #a4693d);
}
๐ Explore similar color palettes
Amber Glow color palette created on .