Cherry Moka Color Palette
Discover the beautiful Cherry Moka color palette featuring lotus (#793e3e), coral tree (#a65e5e), new york pink (#d57c7c), shilo (#e8b0b0) and beauty bush (#f4d2d2).
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 Cherry Moka palette
💻 Cherry Moka color palette CSS
/* CSS */
.color-1 {
color: #793e3e;
}
.color-2 {
color: #a65e5e;
}
.color-3 {
color: #d57c7c;
}
.color-4 {
color: #e8b0b0;
}
.color-5 {
color: #f4d2d2;
}
/* CSS Variables */
:root {
--color-1: #793e3e;
--color-2: #a65e5e;
--color-3: #d57c7c;
--color-4: #e8b0b0;
--color-5: #f4d2d2;
} 🌈 Cherry Moka background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #793e3e, #a65e5e, #d57c7c, #e8b0b0, #f4d2d2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #793e3e, #a65e5e, #d57c7c, #e8b0b0, #f4d2d2);
} 🔗 Explore similar color palettes
Cherry Moka color palette created on .