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
๐ก 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: #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);
} ๐ Explore similar color palettes
Emi color palette created on .