Earthy Umami Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Umami palette
Earthy Umami color palette CSS
/* CSS */
.color-1 {
color: #2d2b2a;
}
.color-2 {
color: #4e3e3c;
}
.color-3 {
color: #7b5e5b;
}
.color-4 {
color: #a67f7d;
}
.color-5 {
color: #d0afb6;
}
/* CSS Variables */
:root {
--color-1: #2d2b2a;
--color-2: #4e3e3c;
--color-3: #7b5e5b;
--color-4: #a67f7d;
--color-5: #d0afb6;
}
Earthy Umami background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b2a, #4e3e3c, #7b5e5b, #a67f7d, #d0afb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b2a, #4e3e3c, #7b5e5b, #a67f7d, #d0afb6);
}
Similar color palettes
Earthy Umami color palette created on .