Emu Otori Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emu Otori palette
Emu Otori color palette PNG image
Emu Otori color palette CSS
/* CSS */
.color-1 {
color: #5a7e8c;
}
.color-2 {
color: #a4c1af;
}
.color-3 {
color: #e3e1b5;
}
.color-4 {
color: #f5c6b2;
}
.color-5 {
color: #d45e6c;
}
/* CSS Variables */
:root {
--color-1: #5a7e8c;
--color-2: #a4c1af;
--color-3: #e3e1b5;
--color-4: #f5c6b2;
--color-5: #d45e6c;
}
Emu Otori background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a7e8c, #a4c1af, #e3e1b5, #f5c6b2, #d45e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a7e8c, #a4c1af, #e3e1b5, #f5c6b2, #d45e6c);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Emu Otori color palette created on .