Golden Ember Dunes Color Palette
Discover the beautiful Golden Ember Dunes color palette featuring marzipan (#f8e2a0), sandy brown (#f1b06a), burnt sienna (#e68d56), raw sienna (#d17b3d) and copper (#c76b3d).
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 Dunes palette
💻 Golden Ember Dunes color palette CSS
/* CSS */
.color-1 {
color: #f8e2a0;
}
.color-2 {
color: #f1b06a;
}
.color-3 {
color: #e68d56;
}
.color-4 {
color: #d17b3d;
}
.color-5 {
color: #c76b3d;
}
/* CSS Variables */
:root {
--color-1: #f8e2a0;
--color-2: #f1b06a;
--color-3: #e68d56;
--color-4: #d17b3d;
--color-5: #c76b3d;
}
🌈 Golden Ember Dunes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2a0, #f1b06a, #e68d56, #d17b3d, #c76b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2a0, #f1b06a, #e68d56, #d17b3d, #c76b3d);
}
🔗 Explore similar color palettes
Golden Ember Dunes color palette created on .