Emu Otori Color Palette
Discover the beautiful Emu Otori color palette featuring tiara (#cad1d3), cutty sark (#5d7c7e), hit gray (#a0b2b6), sandy brown (#f0a64c) and valencia (#d7373c).
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 Emu Otori palette
💻 Emu Otori color palette CSS
/* CSS */
.color-1 {
color: #cad1d3;
}
.color-2 {
color: #5d7c7e;
}
.color-3 {
color: #a0b2b6;
}
.color-4 {
color: #f0a64c;
}
.color-5 {
color: #d7373c;
}
/* CSS Variables */
:root {
--color-1: #cad1d3;
--color-2: #5d7c7e;
--color-3: #a0b2b6;
--color-4: #f0a64c;
--color-5: #d7373c;
} 🌈 Emu Otori background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cad1d3, #5d7c7e, #a0b2b6, #f0a64c, #d7373c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cad1d3, #5d7c7e, #a0b2b6, #f0a64c, #d7373c);
} 🔗 Explore similar color palettes
Emu Otori color palette created on .