Ocher Sunset Color Palette
Discover the beautiful Ocher Sunset color palette featuring piper (#d76b28), jaffa (#e88c3b), rajah (#fbae6f), cranberry (#d95e7f) and night shadz (#9e294e).
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 Ocher Sunset palette
💻 Ocher Sunset color palette CSS
/* CSS */
.color-1 {
color: #d76b28;
}
.color-2 {
color: #e88c3b;
}
.color-3 {
color: #fbae6f;
}
.color-4 {
color: #d95e7f;
}
.color-5 {
color: #9e294e;
}
/* CSS Variables */
:root {
--color-1: #d76b28;
--color-2: #e88c3b;
--color-3: #fbae6f;
--color-4: #d95e7f;
--color-5: #9e294e;
} 🌈 Ocher Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d76b28, #e88c3b, #fbae6f, #d95e7f, #9e294e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d76b28, #e88c3b, #fbae6f, #d95e7f, #9e294e);
} 🔗 Explore similar color palettes
Ocher Sunset color palette created on .