Emi Color Palette
Discover the beautiful Emi color palette featuring sazerac (#fff3e0), tuft bush (#ffdecc), flesh (#ffcaad), wax flower (#ffb699) and salmon (#ff9470).
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 Emi palette
💻 Emi color palette CSS
/* CSS */
.color-1 {
  color: #fff3e0;
 }
.color-2 {
  color: #ffdecc;
 }
.color-3 {
  color: #ffcaad;
 }
.color-4 {
  color: #ffb699;
 }
.color-5 {
  color: #ff9470;
 }
/* CSS Variables */
:root {
  --color-1: #fff3e0;
  --color-2: #ffdecc;
  --color-3: #ffcaad;
  --color-4: #ffb699;
  --color-5: #ff9470;
 } 🌈 Emi background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #fff3e0, #ffdecc, #ffcaad, #ffb699, #ff9470);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #fff3e0, #ffdecc, #ffcaad, #ffb699, #ff9470);
 } 🔗 Explore similar color palettes
Emi color palette created on .