Mamey Oasis Color Palette
Discover the beautiful Mamey Oasis color palette featuring terracotta (#e17c60), white (#ffffff), ivory (#fffff0), old lace (#fdf6e7) and whiskey (#d08e62).
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 Mamey Oasis palette
💻 Mamey Oasis color palette CSS
/* CSS */
.color-1 {
color: #e17c60;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #fffff0;
}
.color-4 {
color: #fdf6e7;
}
.color-5 {
color: #d08e62;
}
/* CSS Variables */
:root {
--color-1: #e17c60;
--color-2: #ffffff;
--color-3: #fffff0;
--color-4: #fdf6e7;
--color-5: #d08e62;
} 🌈 Mamey Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e17c60, #ffffff, #fffff0, #fdf6e7, #d08e62);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e17c60, #ffffff, #fffff0, #fdf6e7, #d08e62);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Mamey Oasis color palette created on .