Golden Ember Glow Color Palette
Discover the beautiful Golden Ember Glow color palette featuring whiskey (#d99a6d), gold sand (#e7b78d), manhattan (#f3c89b), brandy punch (#d67d29) and paarl (#a85f2e).
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 Ember Glow palette
๐ป Golden Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #d99a6d;
}
.color-2 {
color: #e7b78d;
}
.color-3 {
color: #f3c89b;
}
.color-4 {
color: #d67d29;
}
.color-5 {
color: #a85f2e;
}
/* CSS Variables */
:root {
--color-1: #d99a6d;
--color-2: #e7b78d;
--color-3: #f3c89b;
--color-4: #d67d29;
--color-5: #a85f2e;
}
๐ Golden Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d99a6d, #e7b78d, #f3c89b, #d67d29, #a85f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d99a6d, #e7b78d, #f3c89b, #d67d29, #a85f2e);
}
๐ Explore similar color palettes
Golden Ember Glow color palette created on .