Red and Black Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red and Black Earth palette

Share this palette to:

Red and Black Earth color palette CSS

/* CSS */
.color-1 {
color: #4d1f1f;
}
.color-2 {
color: #8e3e3e;
}
.color-3 {
color: #b15939;
}
.color-4 {
color: #d67a3d;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #4d1f1f;
--color-2: #8e3e3e;
--color-3: #b15939;
--color-4: #d67a3d;
--color-5: #4e3b31;
}

Red and Black Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1f1f, #8e3e3e, #b15939, #d67a3d, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1f1f, #8e3e3e, #b15939, #d67a3d, #4e3b31);
}

Red and Black Earth color palette created on .