Ocher Delight Color Palette
Discover the beautiful Ocher Delight color palette featuring brandy punch (#d67f2e), mojo (#c75038), cadillac (#a64e79), jaffa (#f1a03b) and mandys pink (#f0beb2).
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 Delight palette
💻 Ocher Delight color palette CSS
/* CSS */
.color-1 {
color: #d67f2e;
}
.color-2 {
color: #c75038;
}
.color-3 {
color: #a64e79;
}
.color-4 {
color: #f1a03b;
}
.color-5 {
color: #f0beb2;
}
/* CSS Variables */
:root {
--color-1: #d67f2e;
--color-2: #c75038;
--color-3: #a64e79;
--color-4: #f1a03b;
--color-5: #f0beb2;
} 🌈 Ocher Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d67f2e, #c75038, #a64e79, #f1a03b, #f0beb2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d67f2e, #c75038, #a64e79, #f1a03b, #f0beb2);
} 🔗 Explore similar color palettes
Ocher Delight color palette created on .