Six-Eared Macaque Dreams Color Palette
Discover the beautiful Six-Eared Macaque Dreams color palette featuring lily (#d3b6c6), strikemaster (#a66e89), tacao (#ebaf89), deco (#c7d789) and patina (#5c8a8a).
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 Six-Eared Macaque Dreams palette
💻 Six-Eared Macaque Dreams color palette CSS
/* CSS */
.color-1 {
color: #d3b6c6;
}
.color-2 {
color: #a66e89;
}
.color-3 {
color: #ebaf89;
}
.color-4 {
color: #c7d789;
}
.color-5 {
color: #5c8a8a;
}
/* CSS Variables */
:root {
--color-1: #d3b6c6;
--color-2: #a66e89;
--color-3: #ebaf89;
--color-4: #c7d789;
--color-5: #5c8a8a;
}
🌈 Six-Eared Macaque Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b6c6, #a66e89, #ebaf89, #c7d789, #5c8a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b6c6, #a66e89, #ebaf89, #c7d789, #5c8a8a);
}
🔗 Explore similar color palettes
Six-Eared Macaque Dreams color palette created on .