Emi Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emi palette
Color Inspiration
Images that showcase this color palette in real designs
Download Emi Color Palette (PNG)
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);
}
Similar color palettes
Emi color palette created on .