Emi Color Palette

Discover the beautiful Emi color palette featuring sazerac (#fff2de), tuft bush (#ffdfce), flesh (#ffcaae), wax flower (#ffb698) and salmon (#ff9672).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Bright, Coral, Cream, Light, Peach, Soft, Sunset, Vibrant, Warm color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป Emi color palette CSS

/* CSS */
.color-1 {
color: #fff2de;
}
.color-2 {
color: #ffdfce;
}
.color-3 {
color: #ffcaae;
}
.color-4 {
color: #ffb698;
}
.color-5 {
color: #ff9672;
}

/* CSS Variables */
:root {
--color-1: #fff2de;
--color-2: #ffdfce;
--color-3: #ffcaae;
--color-4: #ffb698;
--color-5: #ff9672;
}

๐ŸŒˆ Emi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff2de, #ffdfce, #ffcaae, #ffb698, #ff9672);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff2de, #ffdfce, #ffcaae, #ffb698, #ff9672);
}

Emi color palette created on .