Sedimentary Sunset Color Palette
Discover the beautiful Sedimentary Sunset color palette featuring flame pea (#d65e3d), harvest gold (#e5b57b), fuzzy wuzzy brown (#c46a4f), copperfield (#d78e60) and brown rust (#af4f3c).
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 Sedimentary Sunset palette
💻 Sedimentary Sunset color palette CSS
/* CSS */
.color-1 {
color: #d65e3d;
}
.color-2 {
color: #e5b57b;
}
.color-3 {
color: #c46a4f;
}
.color-4 {
color: #d78e60;
}
.color-5 {
color: #af4f3c;
}
/* CSS Variables */
:root {
--color-1: #d65e3d;
--color-2: #e5b57b;
--color-3: #c46a4f;
--color-4: #d78e60;
--color-5: #af4f3c;
} 🌈 Sedimentary Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65e3d, #e5b57b, #c46a4f, #d78e60, #af4f3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65e3d, #e5b57b, #c46a4f, #d78e60, #af4f3c);
} 🔗 Explore similar color palettes
Sedimentary Sunset color palette created on .