Sunset Glow Color Palette
Discover the beautiful Sunset Glow color palette featuring mine shaft (#3b3b3b), rum swizzle (#f9f4e2), bright sun (#fcd640), manz (#e5e96d) and cashmere (#e6b899).
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 Sunset Glow palette
💻 Sunset Glow color palette CSS
/* CSS */
.color-1 {
color: #3b3b3b;
}
.color-2 {
color: #f9f4e2;
}
.color-3 {
color: #fcd640;
}
.color-4 {
color: #e5e96d;
}
.color-5 {
color: #e6b899;
}
/* CSS Variables */
:root {
--color-1: #3b3b3b;
--color-2: #f9f4e2;
--color-3: #fcd640;
--color-4: #e5e96d;
--color-5: #e6b899;
} 🌈 Sunset Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3b3b, #f9f4e2, #fcd640, #e5e96d, #e6b899);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3b3b, #f9f4e2, #fcd640, #e5e96d, #e6b899);
} 🔗 Explore similar color palettes
Sunset Glow color palette created on .